Add an include to make it compile with clang

This commit is contained in:
Sebastian Messmer 2015-07-25 12:06:27 +02:00
parent 9299d035df
commit 73219196f9

View File

@ -3,6 +3,7 @@
#define MESSMER_CPP_UTILS_ASSERT_ASSERTFAILED_H
#include <stdexcept>
#include <string>
namespace cpputils {