From 0423fa1ec11b50f46153e452db6b82b89526d319 Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski Date: Fri, 3 Jul 2020 18:33:16 +0200 Subject: [PATCH] MARKER_PCB: include DRC_ITEM --- pcbnew/class_marker_pcb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/class_marker_pcb.h b/pcbnew/class_marker_pcb.h index 54339c5310..c97e026053 100644 --- a/pcbnew/class_marker_pcb.h +++ b/pcbnew/class_marker_pcb.h @@ -32,6 +32,7 @@ #include +#include #include class DRC_ITEM;