Chnaged includes to work without precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6e58645e86
commit
444cb676b2
@ -14,9 +14,10 @@
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// headers
|
// headers
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
#ifndef _DYNARRAY_H
|
|
||||||
#include <wx/dynarray.h>
|
#include "wx/dynarray.h"
|
||||||
#endif //_DYNARRAY_H
|
#include "wx/string.h"
|
||||||
|
#include "wx/control.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// types
|
// types
|
||||||
|
Loading…
Reference in New Issue
Block a user