From f7354d926956e15f6b9fbc87e970785725f7c90c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 3 Oct 2006 19:06:57 +0000 Subject: [PATCH] univ build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 952596d171..d47af77952 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -39,6 +39,7 @@ #include "wx/timer.h" #include "wx/settings.h" #include "wx/dynarray.h" + #include "wx/dcclient.h" #include "wx/dcscreen.h" #include "wx/math.h" #endif -- 2.45.2