]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/time.cpp
gcc warning about printf() format mismatch corrected
[wxWidgets.git] / src / common / time.cpp
index 49458ca52436da5765443f80a72fd3263acb2fcb..1e358e4a09c2c1cee39b4e75db838071e4014b3e 100644 (file)
@@ -34,12 +34,13 @@ seconds since January 1, 1901, GMT.
 #include "wx/utils.h"
 #include "wx/intl.h"
 
-#include "wx/ioswrap.h"
-
-#if wxUSE_IOSTREAMH && wxUSE_STD_IOSTREAM
-    #include <iomanip.h>
-#else
-    #include <iomanip>
+#if wxUSE_STD_IOSTREAM
+    #include "wx/ioswrap.h"
+    #if wxUSE_IOSTREAMH
+        #include <iomanip.h>
+    #else
+        #include <iomanip>
+    #endif
 #endif
 
 #include <string.h>