Blob Blame History Raw
--- sq3.cpp.orig	2008-05-16 23:54:39.000000000 +0200
+++ sq3.cpp	2008-05-16 23:55:18.000000000 +0200
@@ -8,6 +8,7 @@
 #include "sq3.hpp"
 #include <vector>
 #include <sstream>
+#include <cstring>
 
 #if SQ3_USE_WCHAR
 #include <cwchar>
--- sq3_log_db.cpp.orig	2008-05-16 23:55:36.000000000 +0200
+++ sq3_log_db.cpp	2008-05-16 23:55:50.000000000 +0200
@@ -4,6 +4,7 @@
 #include <sstream>
 #include <vector>
 #include <cstdio> // vsnprint()
+#include <cstring>
 namespace sq3 {
 
 	log_db::log_db( std::string const & filename )