]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
Added missing wx_aui.dsp file
[wxWidgets.git] / src / common / xpmdecod.cpp
index 6fd4fb11aa9899e1e2526394f6a6c5577b64eca8..ac1b1b7249151f5ce7dd67cc03bff742c2fea99d 100644 (file)
@@ -102,11 +102,13 @@ license is as follows:
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/utils.h"
+    #if wxUSE_STREAMS
+        #include "wx/stream.h"
+    #endif
 #endif
 
-#include "wx/stream.h"
 #include "wx/image.h"
-#include "wx/utils.h"
 #include "wx/hashmap.h"
 #include <string.h>