From 444cb676b239bd5d87c645c21c800053271cc348 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 19 Mar 2000 12:57:08 +0000 Subject: [PATCH] Chnaged includes to work without precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/notebook.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/os2/notebook.h b/include/wx/os2/notebook.h index 6dcd73855b..39415272d8 100644 --- a/include/wx/os2/notebook.h +++ b/include/wx/os2/notebook.h @@ -14,9 +14,10 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifndef _DYNARRAY_H - #include -#endif //_DYNARRAY_H + +#include "wx/dynarray.h" +#include "wx/string.h" +#include "wx/control.h" // ---------------------------------------------------------------------------- // types -- 2.50.0