From 84d5674d4e0cfe30f28db2893ad00937deece57c Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jan 2015 11:12:07 -0500 Subject: jsoncpp: Include "config.h" before system headers --- Utilities/cmjsoncpp/include/json/assertions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities/cmjsoncpp/include/json/assertions.h b/Utilities/cmjsoncpp/include/json/assertions.h index 5ef7e7b..37a3ff5 100644 --- a/Utilities/cmjsoncpp/include/json/assertions.h +++ b/Utilities/cmjsoncpp/include/json/assertions.h @@ -6,12 +6,12 @@ #ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED #define CPPTL_JSON_ASSERTIONS_H_INCLUDED -#include - #if !defined(JSON_IS_AMALGAMATION) #include "config.h" #endif // if !defined(JSON_IS_AMALGAMATION) +#include + #if JSON_USE_EXCEPTION #include #define JSON_ASSERT(condition) \ -- cgit v0.12