1
0
Эх сурвалжийг харах

jsoncpp: Add missing <iosfwd> include in json/writer.h

The header uses std::ostream, so it must be declared.
Brad King 11 жил өмнө
parent
commit
ad94b0521e

+ 1 - 0
Utilities/cmjsoncpp/include/json/writer.h

@@ -9,6 +9,7 @@
 #if !defined(JSON_IS_AMALGAMATION)
 #include "value.h"
 #endif // if !defined(JSON_IS_AMALGAMATION)
+#include <iosfwd>
 #include <vector>
 #include <string>