blob: a2c84fca4a1f18e5f3c1665589fbc4289e6caddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- a/Utilities/cmjsoncpp/include/json/assertions.h
+++ b/Utilities/cmjsoncpp/include/json/assertions.h
@@ -6,11 +6,12 @@
#ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED
#define CPPTL_JSON_ASSERTIONS_H_INCLUDED
+#include <stdlib.h>
+
#if !defined(JSON_IS_AMALGAMATION)
#include "config.h"
#endif // if !defined(JSON_IS_AMALGAMATION)
-#include <stdlib.h>
#include <sstream>
/** It should not be possible for a maliciously designed file to
|