From 59571fc076d1fd8374416ce7b9f8a1c85bb8a0c8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Sep 2002 18:10:39 +0000 Subject: [PATCH] include the header needed to compile this file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/layout.h b/include/wx/layout.h index ebfff6e669..fe232e266a 100644 --- a/include/wx/layout.h +++ b/include/wx/layout.h @@ -20,7 +20,7 @@ #pragma interface "layout.h" #endif -#include "wx/defs.h" +#include "wx/object.h" // X stupidly defines these in X.h #ifdef Above