From 0e1eb98988fc82a30b95b755966d3efd416d8cbf Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Fri, 16 Oct 2015 14:02:38 -0700 Subject: make sure all of ABC and related libraries are in the same namespace (when compiled with ABC_NAMESPACE) by removing extern "C" from function definitions --- src/misc/util/abc_global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc/util') diff --git a/src/misc/util/abc_global.h b/src/misc/util/abc_global.h index 96380a44..e3b01c2c 100644 --- a/src/misc/util/abc_global.h +++ b/src/misc/util/abc_global.h @@ -82,6 +82,7 @@ #include #include #include +#include //////////////////////////////////////////////////////////////////////// /// NAMESPACES /// -- cgit v1.2.3