From 7ace5fd8e03c5b49d672e0363a8d4960bbf80592 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Jun 2008 16:58:17 +0000 Subject: [PATCH] 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 --- tests/strings/vsnprintf.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2