Added missing includes for std::istream.

Thanks to Quentin Fiard for the report.
This commit is contained in:
Aaron Jacobs
2014-01-29 00:13:38 +00:00
parent a3f19c23a0
commit 94d17e9fdf
2 changed files with 2 additions and 0 deletions

View File

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