]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/wave.cpp
Added wxUSE_TOOLTIPS guard for previous patch
[wxWidgets.git] / src / unix / wave.cpp
index 747514360d090f630cff7f9afcb330260ae3b1d6..36c9c096607af03a7cacce1bd6511c6e6cd15675 100644 (file)
@@ -9,10 +9,13 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "wave.h"
 #endif
 
+// for compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_WAVE