X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba71852396a76dcb0e9432edd7c57e09cdd94e65..0099f3435bb7b34bd99c0e98e99e8c730c5ad286:/src/gtk/minifram.cpp diff --git a/src/gtk/minifram.cpp b/src/gtk/minifram.cpp index c23782237b..916328b6a5 100644 --- a/src/gtk/minifram.cpp +++ b/src/gtk/minifram.cpp @@ -7,10 +7,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "minifram.h" +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) + #pragma implementation "minifram.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/minifram.h" #if wxUSE_MINIFRAME