X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ec6fd04ebd5f37220cb0d4d7c6d7256af50aee7..052d2fc5818243dadbc1ec54b1120e295304fc55:/src/motif/accel.cpp?ds=inline diff --git a/src/motif/accel.cpp b/src/motif/accel.cpp index 5ea448aec6..230b9fb6c5 100644 --- a/src/motif/accel.cpp +++ b/src/motif/accel.cpp @@ -9,10 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "accel.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/setup.h" #include "wx/accel.h" #include "wx/string.h"