]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
Various fixes for various compilers...
[wxWidgets.git] / src / common / db.cpp
index 2cb97f65b243f73ecd99053f2f11156da60d9afc..3842b2cb11929ab98d2061faeda900fb82a0cab0 100644 (file)
 // SYNOPSIS STOP
 */
 
+#include "wx/wxprec.h"
+
 // Use this line for wxWindows v1.x
 //#include "wx_ver.h"
 // Use this line for wxWindows v2.x
 #include "wx/version.h"
-#include "wx/wxprec.h"
 
 #if wxMAJOR_VERSION == 2
        #ifdef __GNUG__