X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25c0717a43f93ef3901a1e28762753902569da5b..51d78461fa34267925e31291e2371390611d0d0e:/src/unix/wave.cpp diff --git a/src/unix/wave.cpp b/src/unix/wave.cpp index 747514360d..36c9c09660 100644 --- a/src/unix/wave.cpp +++ b/src/unix/wave.cpp @@ -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