We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9ffb5 commit a761530Copy full SHA for a761530
1 file changed
include/json/assertions.h
@@ -6,6 +6,9 @@
6
#ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED
7
# define CPPTL_JSON_ASSERTIONS_H_INCLUDED
8
9
+#include <stdlib.h>
10
+#include <iostream>
11
+
12
#if !defined(JSON_IS_AMALGAMATION)
13
# include <json/config.h>
14
#endif // if !defined(JSON_IS_AMALGAMATION)
0 commit comments