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

scribe at crosswire.org scribe at crosswire.org
Sat Apr 18 20:20:30 MST 2020


Author: scribe
Date: 2020-04-18 20:20:30 -0700 (Sat, 18 Apr 2020)
New Revision: 3720

Modified:
   trunk/src/mgr/stringmgr.cpp
Log:
added ctype include to stringmgr


Modified: trunk/src/mgr/stringmgr.cpp
===================================================================
--- trunk/src/mgr/stringmgr.cpp	2020-04-19 03:19:53 UTC (rev 3719)
+++ trunk/src/mgr/stringmgr.cpp	2020-04-19 03:20:30 UTC (rev 3720)
@@ -20,6 +20,7 @@
  *
  */
 
+#include <ctype.h>
 #include <stringmgr.h>
 #include <swlog.h>
 #include <localemgr.h>




More information about the sword-cvs mailing list