]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/volume.cpp
fixed crash when using GTK theme
[wxWidgets.git] / src / msw / volume.cpp
index 1331da183dd03691ad83f1db1df2c02093754500..3a1fa48ec11c9c172ddb824261e33d47a09ae7ac 100644 (file)
@@ -26,6 +26,7 @@
 #if wxUSE_FSVOLUME
 
 #ifndef WX_PRECOMP
+    #include "wx/msw/missing.h"
     #if wxUSE_GUI
         #include "wx/icon.h"
     #endif
@@ -41,7 +42,6 @@
 
 #include <shellapi.h>
 #include <shlobj.h>
-#include "wx/msw/missing.h"
 
 #if wxUSE_BASE