From: Vadim Zeitlin Date: Sun, 1 Jun 2008 16:58:17 +0000 (+0000) Subject: include wx/crt.h to get wxUSE_WXVSNPRINTF X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ace5fd8e03c5b49d672e0363a8d4960bbf80592 include wx/crt.h to get wxUSE_WXVSNPRINTF git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/strings/vsnprintf.cpp b/tests/strings/vsnprintf.cpp index ca6d276d2b..015480e869 100644 --- a/tests/strings/vsnprintf.cpp +++ b/tests/strings/vsnprintf.cpp @@ -19,6 +19,8 @@ #pragma hdrstop #endif +#include "wx/crt.h" + #if wxUSE_WXVSNPRINTF #ifndef WX_PRECOMP