From 98b9d9c98b4414fafc5a5ce7012716544e440966 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Tue, 4 Mar 2008 00:21:16 +0000 Subject: [PATCH] Fixed non-precomp headers build. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/listctrl_mac.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/listctrl_mac.cpp b/src/mac/carbon/listctrl_mac.cpp index fb45f51744..c1e28388c9 100644 --- a/src/mac/carbon/listctrl_mac.cpp +++ b/src/mac/carbon/listctrl_mac.cpp @@ -30,6 +30,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" + #include "wx/settings.h" #endif #include "wx/mac/uma.h"