diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cxx-test.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cxx-test.C b/tests/cxx-test.C index ab9aaa4b..62099b3b 100644 --- a/tests/cxx-test.C +++ b/tests/cxx-test.C @@ -22,6 +22,10 @@ #include <pango/pangoft2.h> #endif +#ifdef HAVE_CAIRO +#include <pango/pangocairo.h> +#endif + int main () { |