From a19576a3525bcab40986339cf4445c1310af74fb Mon Sep 17 00:00:00 2001 From: charras Date: Mon, 20 Oct 2008 08:25:06 +0000 Subject: [PATCH] Uploading forgotten changes in pcbnew --- pcbnew/ioascii.cpp | 1 + pcbnew/router.cpp | 1 + pcbnew/zone_filling_algorithm.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/pcbnew/ioascii.cpp b/pcbnew/ioascii.cpp index 6ed1e01033..12ee364e28 100644 --- a/pcbnew/ioascii.cpp +++ b/pcbnew/ioascii.cpp @@ -15,6 +15,7 @@ #ifdef PCBNEW #include "pcbnew.h" #include "autorout.h" +#include "zones.h" #endif #ifdef CVPCB diff --git a/pcbnew/router.cpp b/pcbnew/router.cpp index d7b3a3b29c..816e75617e 100644 --- a/pcbnew/router.cpp +++ b/pcbnew/router.cpp @@ -9,6 +9,7 @@ #include "common.h" #include "pcbnew.h" #include "autorout.h" +#include "zones.h" #include "cell.h" #include "trigo.h" diff --git a/pcbnew/zone_filling_algorithm.cpp b/pcbnew/zone_filling_algorithm.cpp index 18c8edd0d4..ad6e5c0d20 100644 --- a/pcbnew/zone_filling_algorithm.cpp +++ b/pcbnew/zone_filling_algorithm.cpp @@ -9,6 +9,7 @@ #include "pcbnew.h" #include "autorout.h" +#include "zones.h" #include "cell.h" #include "trigo.h" #include "protos.h"