diff options
Diffstat (limited to 'tests/test_document.cpp')
-rw-r--r-- | tests/test_document.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_document.cpp b/tests/test_document.cpp index d52635c..b9095cf 100644 --- a/tests/test_document.cpp +++ b/tests/test_document.cpp @@ -4,6 +4,8 @@ #include <sstream>
#include <string>
+#include <stdio.h>
+
#ifdef _MSC_VER
#pragma warning(disable: 4996)
#endif
|