2016-03-10 19:12:15 +00:00
|
|
|
--- a/Utilities/cmjsoncpp/include/json/assertions.h
|
|
|
|
+++ b/Utilities/cmjsoncpp/include/json/assertions.h
|
2018-01-05 21:30:02 +00:00
|
|
|
@@ -6,11 +6,12 @@
|
2016-03-10 19:12:15 +00:00
|
|
|
#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>
|
2018-01-05 21:30:02 +00:00
|
|
|
#include <sstream>
|
|
|
|
|
|
|
|
/** It should not be possible for a maliciously designed file to
|