Commit 8341c413 authored by Philipp A. Hartmann's avatar Philipp A. Hartmann

unittest.h: make sure to #include <stdexcept>

See https://github.com/miloyip/rapidjson/commit/a2a0d161#commitcomment-9838110
parent bb84ff2f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment