From: Václav Slavík Date: Fri, 22 Jun 2007 13:55:42 +0000 (+0000) Subject: PCH-less compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f6e3890101f661d543fa0eea7882cc64a4f8b02e PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/strvararg.cpp b/src/common/strvararg.cpp index 34cac3ca1d..4559748fb4 100644 --- a/src/common/strvararg.cpp +++ b/src/common/strvararg.cpp @@ -25,6 +25,7 @@ #include "wx/strvararg.h" #include "wx/string.h" +#include "wx/crt.h" // ============================================================================ // implementation