diff options
author | Murray Cumming <murrayc@murrayc-desktop.(none)> | 2007-08-13 12:58:02 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc-desktop.(none)> | 2007-08-13 12:58:02 +0200 |
commit | e4c3b12a9b365fe46f4bae3bce5a7fe66e4caf6d (patch) | |
tree | bb2f0ca2cb73f04ef1ebc8c4cdee34412fe46373 | |
parent | 2a16a577af13b15469a264284264607c0618173d (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-- | ChangeLog | 5 | ||||
-rw-r--r-- | cairomm/context.cc | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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) |