<stdexcept>
authorChristopher Dunn <cdunn2001@gmail.com>
Tue, 10 Feb 2015 00:29:11 +0000 (18:29 -0600)
committerChristopher Dunn <cdunn2001@gmail.com>
Tue, 10 Feb 2015 00:29:11 +0000 (18:29 -0600)
src/lib_json/json_reader.cpp
src/lib_json/json_writer.cpp

index 8038c11..703a5c2 100644 (file)
@@ -17,6 +17,7 @@
 #include <sstream>
 #include <memory>
 #include <set>
+#include <stdexcept>
 
 #if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
 #define snprintf _snprintf
index bc9401b..2b73d79 100644 (file)
@@ -12,6 +12,7 @@
 #include <sstream>
 #include <utility>
 #include <set>
+#include <stdexcept>
 #include <assert.h>
 #include <math.h>
 #include <stdio.h>