diff --git a/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp b/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp index 85fcd2ba8f..67dfe5d6aa 100644 --- a/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp +++ b/eeschema/sch_plugins/eagle/sch_eagle_plugin.cpp @@ -32,6 +32,7 @@ #include #include #include +#include #include #include diff --git a/eeschema/sch_plugins/eagle/sch_eagle_plugin.h b/eeschema/sch_plugins/eagle/sch_eagle_plugin.h index 554e6429c5..76c572fbfd 100644 --- a/eeschema/sch_plugins/eagle/sch_eagle_plugin.h +++ b/eeschema/sch_plugins/eagle/sch_eagle_plugin.h @@ -25,8 +25,6 @@ #ifndef _SCH_EAGLE_PLUGIN_H_ #define _SCH_EAGLE_PLUGIN_H_ -#include - #include #include #include @@ -59,6 +57,7 @@ class LIB_RECTANGLE; class LIB_POLYLINE; class LIB_PIN; class LIB_TEXT; +class wxXmlNode; typedef struct EAGLE_LIBRARY