diff host/libcdl/cdlcore.hxx @ 198:ea3f0bd33a73

Merge from eCos master repository on 2001-12-07-11:40:47-GMT
author jlarmour
date Fri, 07 Dec 2001 14:15:03 +0000
parents 0d2b193a635f
children fbfd52cf7976
line wrap: on
line diff
--- a/host/libcdl/cdlcore.hxx
+++ b/host/libcdl/cdlcore.hxx
@@ -79,6 +79,11 @@
 #include <functional>
 #include <algorithm>
 
+// <cctype> is needed in various places in the implementation.
+// This #include should be moved to an implementation-specific
+// header.
+#include <cctype>
+
 // Now for some eCos host-side infrastructure headers.
 //
 // Get the cyg_int64 data type and CYG_UNUSED_PARAM() macro.