]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tokenzr.cpp
bitmap button size was too small when uxtheme functions were used to get the margins
[wxWidgets.git] / src / common / tokenzr.cpp
index f69e8e6a73f8a7a6d86e0db770db71a7023fbe12..5bdae9d7fbc5f34286608c4179b565b73428a1db 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        tokenzr.cpp
+// Name:        src/common/tokenzr.cpp
 // Purpose:     String tokenizer
 // Author:      Guilhem Lavaux
 // Modified by: Vadim Zeitlin (almost full rewrite)
 #endif
 
 #include "wx/tokenzr.h"
-#include "wx/arrstr.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/arrstr.h"
+#endif
 
 // Required for wxIs... functions
 #include <ctype.h>