From fdc62f44622dfcfea2f43910478fe5bb8ac0e938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 10 Sep 2006 16:11:27 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dfb/app.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/dfb/app.h b/include/wx/dfb/app.h index 04db9f53e9..2034b3c77d 100644 --- a/include/wx/dfb/app.h +++ b/include/wx/dfb/app.h @@ -13,6 +13,8 @@ #include "wx/dfb/dfbptr.h" +#include "wx/vidmode.h" + wxDFB_DECLARE_INTERFACE(IDirectFB); //-----------------------------------------------------------------------------