diff Core/Toolbox.h @ 1322:f497a72d9f71

fixes to the sample plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Feb 2015 13:28:01 +0100
parents 6e7e5ed91c2d
children 704de8c30ff5
line wrap: on
line diff
--- a/Core/Toolbox.h	Fri Feb 13 09:51:22 2015 +0100
+++ b/Core/Toolbox.h	Fri Feb 13 13:28:01 2015 +0100
@@ -37,7 +37,10 @@
 #include <stdint.h>
 #include <vector>
 #include <string>
+
+#if ORTHANC_PUGIXML_ENABLED == 1
 #include <json/json.h>
+#endif
 
 namespace Orthanc
 {