]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/crt.h to get wxUSE_WXVSNPRINTF
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 16:58:17 +0000 (16:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 16:58:17 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/strings/vsnprintf.cpp

index ca6d276d2bf4c67346be70a9d6c37a831699f558..015480e869961796ce1a3fafdeca9582a627323d 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#include "wx/crt.h"
+
 #if wxUSE_WXVSNPRINTF
 
 #ifndef WX_PRECOMP