]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
on mac using macroman only created once a successful wxCSConv, because the iconv...
[wxWidgets.git] / src / common / xpmdecod.cpp
index 6a4f651fc0fbfdb58676deeab88d95f007c644e4..fa9bcb9fc7a75b664a5523e143de652fd09a63d4 100644 (file)
@@ -103,11 +103,13 @@ license is as follows:
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/hashmap.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
+    #include "wx/image.h"
 #endif
 
 #endif
 
-#include "wx/stream.h"
-#include "wx/image.h"
-#include "wx/hashmap.h"
 #include <string.h>
 
 #include <ctype.h>
 #include <string.h>
 
 #include <ctype.h>