Fixed 2.95.3 header probs

This commit is contained in:
Christopher Dunn 2007-03-23 10:19:49 +00:00
parent 56a1d6cbf5
commit f153eaaed0
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
# include <deque>
# include <stack>
# include <string>
# include <istream>
# include <iostream>
namespace Json {

View File

@ -4,7 +4,7 @@
# include "value.h"
# include <vector>
# include <string>
# include <ostream>
# include <iostream>
namespace Json {

View File

@ -3,7 +3,7 @@
#include <utility>
#include <stdio.h>
#include <assert.h>
#include <istream>
#include <iostream>
#include <stdexcept>
#if _MSC_VER >= 1400 // VC++ 8.0

View File

@ -2,7 +2,7 @@
#include <utility>
#include <assert.h>
#include <stdio.h>
#include <ostream>
#include <iostream>
#if _MSC_VER >= 1400 // VC++ 8.0
#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated.