From 49fd896e6864dba105073c321f69dea5538b2fdc Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 14 Jul 2018 09:31:40 +0200 Subject: [PATCH] Another fix for Windows build. --- src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h b/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h index cf929f117..192fb7a2d 100644 --- a/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h +++ b/src/plugins/streamers/pcb/db_plugin/dbGerberImportData.h @@ -24,6 +24,7 @@ #ifndef HDR_dbGerberImportData #define HDR_dbGerberImportData +#include "dbPluginCommon.h" #include "dbTrans.h" #include "dbLayerProperties.h"