[sword-svn] r3771 - trunk/src/mgr

scribe at crosswire.org scribe at crosswire.org
Mon Jul 27 04:42:15 EDT 2020


Author: scribe
Date: 2020-07-27 04:42:15 -0400 (Mon, 27 Jul 2020)
New Revision: 3771

Modified:
   trunk/src/mgr/filemgr.cpp
Log:
added a final include to get mingw cross-compiling


Modified: trunk/src/mgr/filemgr.cpp
===================================================================
--- trunk/src/mgr/filemgr.cpp	2020-07-26 18:40:48 UTC (rev 3770)
+++ trunk/src/mgr/filemgr.cpp	2020-07-27 08:42:15 UTC (rev 3771)
@@ -39,6 +39,7 @@
 #include <unistd.h>
 #endif
 #ifdef WIN32
+#include <wchar.h>
 #include <windows.h>
 #endif
 



More information about the sword-cvs mailing list