From: Stefan Neis Date: Sun, 11 Nov 2007 22:22:14 +0000 (+0000) Subject: Compilation fix (patch #1829901) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b1b09544bc9999aed59904568beebb76c8bff324 Compilation fix (patch #1829901) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/menuitem.h b/include/wx/os2/menuitem.h index 350f850848..6a141f52f1 100644 --- a/include/wx/os2/menuitem.h +++ b/include/wx/os2/menuitem.h @@ -17,6 +17,7 @@ // ---------------------------------------------------------------------------- #include "wx/defs.h" +#include "wx/os2/private.h" // for MENUITEM // an exception to the general rule that a normal header doesn't include other // headers - only because ownerdrw.h is not always included and I don't want