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

@@ -3,9 +3,10 @@
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
#include "jsontest.h"
#include <json/config.h>
#include <json/json.h>
#include "jsontest.h"
#include <stdexcept>
// Make numeric limits more convenient to talk about.
// Assumes int type in 32 bits.