summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:19:45 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:19:45 -0500
commit4e5193a3376e6851e20d288248a4f1b2ec79df71 (patch)
tree46d154432df4751de595bdb6cb7326c77b1683c6
parent64fc643fdb1232d8fe5907c076d7a88a903f17c5 (diff)
Another build fix for solaris
* cairomm/exception.cc: include <string> to fix the build on solaris which apparently doesn't include string from their exception header (Tim Mooney). Fixes bug #14559
-rw-r--r--ChangeLog6
-rw-r--r--cairomm/exception.cc1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00e938d..399411f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * cairomm/exception.cc: include <string> to fix the build on solaris which
+ apparently doesn't include string from their exception header (Tim Mooney).
+ Fixes bug #14559
+
2008-02-19 Tim Mooney <enchanter@users.sourceforge.net>
* configure.in: Added check, defining HAVE_MATH_H.
diff --git a/cairomm/exception.cc b/cairomm/exception.cc
index 0144f08..e4114bf 100644
--- a/cairomm/exception.cc
+++ b/cairomm/exception.cc
@@ -16,6 +16,7 @@
* 02110-1301, USA.
*/
+#include <string>
#include <cairomm/exception.h>
namespace Cairo