From 9fccf5b6a4b72e95bc6ad5a5545ab3e03317f46b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 19 Jun 2007 03:27:12 +0000 Subject: Include pangocairo.h too. 2007-06-18 Behdad Esfahbod * configure.in: * tests/cxx-test.C: Include pangocairo.h too. svn path=/trunk/; revision=2358 --- tests/cxx-test.C | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 #endif +#ifdef HAVE_CAIRO +#include +#endif + int main () { -- cgit v1.2.1