From: Vadim Zeitlin Date: Mon, 15 Dec 2008 12:22:54 +0000 (+0000) Subject: PCH compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c4789bf6d12a9572ca6980e2454509665a30d7f5?ds=inline PCH compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/headerctrlcmn.cpp b/src/common/headerctrlcmn.cpp index 7282425044..1d8f2670d3 100644 --- a/src/common/headerctrlcmn.cpp +++ b/src/common/headerctrlcmn.cpp @@ -24,6 +24,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/menu.h" #endif // WX_PRECOMP #include "wx/headerctrl.h"