Make wx/valnum.h self-contained by including wx/textentry.h

This header uses (i.e. forward declaration wouldn't be sufficient)
wxTextEntry, so it must include the header declaring it.
This commit is contained in:
Vadim Zeitlin
2016-12-09 01:58:14 +01:00
parent fc2cc74530
commit 9db6f6ca1a

View File

@@ -15,6 +15,7 @@
#if wxUSE_VALIDATORS
#include "wx/textentry.h"
#include "wx/validate.h"
#include <limits>