From a6bc4a0dc6ddaabf5ff4291c31bec2d01cb38054 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 26 Jun 2012 22:18:01 +0200 Subject: [PATCH] Pcbnew: fix compil issue under wxGTK 2.8.12 --- pcbnew/dialogs/dialog_copper_zones.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pcbnew/dialogs/dialog_copper_zones.cpp b/pcbnew/dialogs/dialog_copper_zones.cpp index e3e08bf146..b5426adced 100644 --- a/pcbnew/dialogs/dialog_copper_zones.cpp +++ b/pcbnew/dialogs/dialog_copper_zones.cpp @@ -40,6 +40,8 @@ #include #include #include + +#include // needed for wx/listctrl.h, in wxGTK 2.8.12 #include