Non PCH fix by adding include of "wx/wxcrtvararg.h"

PCH: Precompiled Header
The problem happens when wxUSE_SPINCTRL=0
This commit is contained in:
Tim Stahlhut
2018-10-21 21:58:56 -04:00
parent 35a9f134cc
commit d62c284f03

View File

@@ -35,6 +35,7 @@
#include "wx/textctrl.h"
#include "wx/intl.h"
#include "wx/sizer.h"
#include "wx/wxcrtvararg.h"
#endif
#if wxUSE_STATLINE