X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..08c8690cf0ea7b961373ecaddecc28bd40403e30:/src/motif/icon.cpp diff --git a/src/motif/icon.cpp b/src/motif/icon.cpp index 692175a812..2006a62b4e 100644 --- a/src/motif/icon.cpp +++ b/src/motif/icon.cpp @@ -13,6 +13,9 @@ #pragma implementation "icon.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/icon.h" IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap);