non-pch build fix

This commit is contained in:
Paul Cornett
2015-03-19 21:22:49 -07:00
parent 5d5d6e84cb
commit a1fe2f920b

View File

@@ -24,12 +24,13 @@
#if wxUSE_ACTIVITYINDICATOR && !defined(__WXGTK3__)
#include "wx/activityindicator.h"
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#include "wx/timer.h"
#endif // WX_PRECOMP
#include "wx/activityindicator.h"
#include "wx/graphics.h"
#include "wx/scopedptr.h"