Fix includes

This commit is contained in:
Andy Cedilnik 2002-09-20 09:53:13 -04:00
parent a7589c3a32
commit b380a37418
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "wx/defs.h" #include "wx/defs.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/button.h" #include "wx/button.h"
#include "wx/checkbox.h" #include "wx/checkbox.h"
@ -45,12 +46,15 @@
#include "wx/statbox.h" #include "wx/statbox.h"
#include "wx/stattext.h" #include "wx/stattext.h"
#include "wx/textctrl.h" #include "wx/textctrl.h"
#include "wx/timer.h"
#pragma hdrstop("wxincludes.pch") #pragma hdrstop("wxincludes.pch")
#else #else
#include "wx/defs.h"
#include "wx/app.h" #include "wx/app.h"
#include "wx/button.h" #include "wx/button.h"
#include "wx/checkbox.h" #include "wx/checkbox.h"