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:38:17 -0500
commit8182512e22f7df04f98d2f5c8f6685a07e4b0b9b (patch)
tree37f35d7ecae860b195223312d07d3e6361a44538
parent9a0eef5fba913bf0c35315bebdfefa0d878fb065 (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 e8ed1a2..28d1dce 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