]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/time.cpp
Removed USING_CONFIGURE define. As VZ pointed out, checking HAVE_CONFIG_H
[wxWidgets.git] / src / common / time.cpp
index c221079ae4c934e832575d34707bcd0d02725c68..e97789f43c1b2388ee74f970754117abe999947f 100644 (file)
@@ -36,7 +36,7 @@ seconds since January 1, 1901, GMT.
 
 #include "wx/ioswrap.h"
 
-#if wxUSE_IOSTREAMH
+#if wxUSE_IOSTREAMH && wxUSE_STD_IOSTREAM
     #include <iomanip.h>
 #else
     #include <iomanip>