]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/volume.cpp
fixed operator[] in wxUSE_STL build
[wxWidgets.git] / src / palmos / volume.cpp
index e0530d13d28ffda0b84ddb61a37e30ebaff2d381..5deb0a6427ec14f6fde6f0397f384618cf3dd585 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "fsvolume.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
@@ -39,7 +35,8 @@
 #include "wx/arrstr.h"
 #include "wx/volume.h"
 
-#include "VFSMgr.h"
+#include <VFSMgr.h>
+#include <PalmTypesCompatibility.h>
 
 #if wxUSE_BASE