]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
Add a section about STL containers-related incompatible changes.
[wxWidgets.git] / src / palmos / volume.cpp
index 5deb0a6427ec14f6fde6f0397f384618cf3dd585..ed18fd3840923c7c038bafdc75b3341268046540 100644 (file)
 
 #if wxUSE_FSVOLUME
 
+#include "wx/volume.h"
+
 #ifndef WX_PRECOMP
     #if wxUSE_GUI
         #include "wx/icon.h"
     #endif
     #include "wx/intl.h"
+    #include "wx/arrstr.h"
+    #include "wx/hashmap.h"
 #endif // WX_PRECOMP
 
-#include "wx/arrstr.h"
-#include "wx/volume.h"
-
 #include <VFSMgr.h>
+#ifdef __WXPALMOS6__
 #include <PalmTypesCompatibility.h>
+#else
+#include <PalmCompatibility.h>
+#endif
 
 #if wxUSE_BASE
 
@@ -232,4 +237,3 @@ wxIcon wxFSVolume::GetIcon(wxFSIconType type) const
 #endif // wxUSE_GUI
 
 #endif // wxUSE_FSVOLUME
-