summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index ada42eb2..7ea755f6 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -20,7 +20,8 @@
#endif
#include <stdio.h>
-
+#include <string>
+
extern int failures;
#define TEST_FAIL_WITH_MESSAGE(msg) {failures++; printf("FAILURE: " msg " at " __FILE__ "(%d)\n", __LINE__);}