From cdab75c5600a706d623c5e23bc0530c4bf588735 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 May 2016 21:34:15 +0100 Subject: More Centos namespace hackery. --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index dd2e18e0e..59c85e8f7 100644 --- a/wscript +++ b/wscript @@ -201,7 +201,7 @@ def configure(conf): # See if we are using the MagickCore or MagickLib namespaces conf.check_cxx(fragment=""" - #include + #include using namespace MagickCore; """, mandatory=False, @@ -210,7 +210,7 @@ def configure(conf): define_name='DCPOMATIC_HAVE_MAGICKCORE_NAMESPACE') conf.check_cxx(fragment=""" - #include + #include using namespace MagickLib """, mandatory=False, -- cgit v1.2.3