mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
jsoncpp: Add missing <iosfwd> include in json/writer.h
The header uses std::ostream, so it must be declared.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#if !defined(JSON_IS_AMALGAMATION)
|
||||
#include "value.h"
|
||||
#endif // if !defined(JSON_IS_AMALGAMATION)
|
||||
#include <iosfwd>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user