X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaa6d89a0d0810b001a9217df913b9b74b883c8d..ad66316ffbcfd10a4fb448116371d27db3613d17:/src/palmos/volume.cpp?ds=sidebyside diff --git a/src/palmos/volume.cpp b/src/palmos/volume.cpp index a73244f012..ed18fd3840 100644 --- a/src/palmos/volume.cpp +++ b/src/palmos/volume.cpp @@ -33,12 +33,15 @@ #endif #include "wx/intl.h" #include "wx/arrstr.h" + #include "wx/hashmap.h" #endif // WX_PRECOMP -#include "wx/hashmap.h" - #include +#ifdef __WXPALMOS6__ #include +#else +#include +#endif #if wxUSE_BASE