From e4c3b12a9b365fe46f4bae3bce5a7fe66e4caf6d Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 13 Aug 2007 12:58:02 +0200 Subject: 2007-08-13 Murray Cumming * cairomm/context.cc: Add #include to fix the build on MacOS. Thanks to Elias N (Bug #11972). --- ChangeLog | 5 +++++ cairomm/context.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b3fc75a..9ebf3fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-13 Murray Cumming + + * cairomm/context.cc: Add #include + to fix the build on MacOS. Thanks to Elias N (Bug #11972). + == 1.4.4 == 2007-07-21 Murray Cumming 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 #include #include +#include /* M_PI is defined in math.h in the case of Microsoft Visual C++ */ #if defined(_MSC_VER) -- cgit v1.2.3