From b1b09544bc9999aed59904568beebb76c8bff324 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 11 Nov 2007 22:22:14 +0000 Subject: [PATCH] Compilation fix (patch #1829901) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/menuitem.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.0