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

See https://github.com/miloyip/rapidjson/commit/a2a0d161#commitcomment-9838110
This commit is contained in:
Philipp A. Hartmann 2015-02-20 20:29:31 +01:00
parent bb84ff2ffe
commit 8341c413dd

View File

@ -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