X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62f864c32c53356b7228591c85b14abc491c46f0..c259ffdff79ed1cb412cc829a19558064ce87474:/src/mac/classic/data.cpp diff --git a/src/mac/classic/data.cpp b/src/mac/classic/data.cpp index 377b125d9a..eb8f97da01 100644 --- a/src/mac/classic/data.cpp +++ b/src/mac/classic/data.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: mac/data.cpp +// Name: src/mac/classic/data.cpp // Purpose: Various global Mac-specific data // Author: Stefan Csomor // Modified by: @@ -9,4 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/event.h" +#include "wx/wxprec.h" + +#ifndef WX_PRECOMP + #include "wx/event.h" +#endif