Commit 6d7da5df authored by Milo Yip's avatar Milo Yip

Merge pull request #248 from pah/fixes/unittest-include-stdexcept

unittest.h: make sure to #include <stdexcept>
parents bb84ff2f 8341c413
......@@ -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