summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc-desktop.(none)>2007-08-13 12:58:02 +0200
committerMurray Cumming <murrayc@murrayc-desktop.(none)>2007-08-13 12:58:02 +0200
commite4c3b12a9b365fe46f4bae3bce5a7fe66e4caf6d (patch)
treebb2f0ca2cb73f04ef1ebc8c4cdee34412fe46373
parent2a16a577af13b15469a264284264607c0618173d (diff)
2007-08-13 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.cc: Add #include <cairomm/quartz_surface.h> to fix the build on MacOS. Thanks to Elias N (Bug #11972).
-rw-r--r--ChangeLog5
-rw-r--r--cairomm/context.cc1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3fc75a..9ebf3fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-13 Murray Cumming <murrayc@murrayc.com>
+
+ * cairomm/context.cc: Add #include <cairomm/quartz_surface.h>
+ to fix the build on MacOS. Thanks to Elias N (Bug #11972).
+
== 1.4.4 ==
2007-07-21 Murray Cumming <murrayc@murrayc.com>
diff --git a/cairomm/context.cc b/cairomm/context.cc
index 1b70701..a4b60e9 100644
--- a/cairomm/context.cc
+++ b/cairomm/context.cc
@@ -21,6 +21,7 @@
#include <cairomm/surface.h>
#include <cairomm/win32_surface.h>
#include <cairomm/xlib_surface.h>
+#include <cairomm/quartz_surface.h>
/* M_PI is defined in math.h in the case of Microsoft Visual C++ */
#if defined(_MSC_VER)