From 4e5193a3376e6851e20d288248a4f1b2ec79df71 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 10 Mar 2008 22:19:45 -0500 Subject: Another build fix for solaris * cairomm/exception.cc: include to fix the build on solaris which apparently doesn't include string from their exception header (Tim Mooney). Fixes bug #14559 --- ChangeLog | 6 ++++++ cairomm/exception.cc | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00e938d..399411f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-10 Jonathon Jongsma + + * cairomm/exception.cc: include 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 * 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 #include namespace Cairo -- cgit v1.2.3