fix stdexcept

https://sourceforge.net/p/jsoncpp/bugs/68/
This commit is contained in:
Christopher Dunn
2014-05-13 09:49:25 +00:00
parent 5d32295a6e
commit 6764059395
5 changed files with 17 additions and 17 deletions

View File

@@ -14,7 +14,6 @@
#include <cassert>
#include <cstring>
#include <istream>
#include <stdexcept>
#if defined(_MSC_VER) && _MSC_VER >= 1400 // VC++ 8.0
#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated.