mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-09 11:09:32 +01:00
unittest.h: make sure to #include <stdexcept>
See https://github.com/miloyip/rapidjson/commit/a2a0d161#commitcomment-9838110
This commit is contained in:
parent
bb84ff2ffe
commit
8341c413dd
@ -41,6 +41,7 @@
|
||||
#endif
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include <stdexcept>
|
||||
|
||||
#if defined(__clang__) || defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
|
||||
#pragma GCC diagnostic pop
|
||||
|
Loading…
x
Reference in New Issue
Block a user