From f68535b0a71224f6da88857e530607c12cd280eb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 11 Nov 2004 00:22:44 +0000 Subject: [PATCH] Fix compilation error by #including imaglist.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/prntdlgg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 44d3eb1c4a..d9e5b92604 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -61,6 +61,7 @@ #include "wx/paper.h" #include "wx/filename.h" #include "wx/tokenzr.h" +#include "wx/imaglist.h" #include #include -- 2.45.2