Skip to content

Commit b56381a

Browse files
committed
<stdexcept>
1 parent f757c18 commit b56381a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib_json/json_reader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <sstream>
1818
#include <memory>
1919
#include <set>
20+
#include <stdexcept>
2021

2122
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
2223
#define snprintf _snprintf

src/lib_json/json_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <sstream>
1313
#include <utility>
1414
#include <set>
15+
#include <stdexcept>
1516
#include <assert.h>
1617
#include <math.h>
1718
#include <stdio.h>

0 commit comments

Comments
 (0)