X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..96c9640205933ad0673d5af2c96af0816c50160c:/src/msw/volume.cpp diff --git a/src/msw/volume.cpp b/src/msw/volume.cpp index 35c487da01..3ea20ccae4 100644 --- a/src/msw/volume.cpp +++ b/src/msw/volume.cpp @@ -32,6 +32,7 @@ #include "wx/icon.h" #endif #include "wx/intl.h" + #include "wx/log.h" #include "wx/hashmap.h" #include "wx/filefn.h" #endif // WX_PRECOMP @@ -40,6 +41,9 @@ #include "wx/dynlib.h" #include "wx/arrimpl.cpp" +// some compilers require including before so do it +// even if this is not necessary with most of them +#include "wx/msw/wrapwin.h" #include #include #include "wx/msw/missing.h"