diff src/strfns.cc @ 7528:26d8a92644de

try to avoid ctype macro problems
author John W. Eaton <jwe@octave.org>
date Mon, 25 Feb 2008 15:57:49 -0500
parents a1dbe9d80eee
children 349a555729a9
line wrap: on
line diff
--- a/src/strfns.cc	Mon Feb 25 04:59:17 2008 -0500
+++ b/src/strfns.cc	Mon Feb 25 15:57:49 2008 -0500
@@ -26,6 +26,7 @@
 #endif
 
 #include <cctype>
+
 #include <sstream>
 
 #include "dMatrix.h"