From 062ccd654add88043b41546f18ee62039209836f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 12 Jun 2007 06:43:59 +0000 Subject: [PATCH] PCH-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/list.cpp b/src/common/list.cpp index 7d069da0ff..2c1fd19ad9 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -30,6 +30,7 @@ #ifndef WX_PRECOMP #include "wx/list.h" + #include "wx/crt.h" #endif #if !wxUSE_STL -- 2.50.0