diff --git a/include/basic_gal.h b/include/basic_gal.h index 6e6090e7cc..5ab8f8f9aa 100644 --- a/include/basic_gal.h +++ b/include/basic_gal.h @@ -2,7 +2,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2016 Jean-Pierre Charras, jp.charras at wanadoo.fr - * Copyright (C) 1992-2016 KiCad Developers, see AUTHORS.txt for contributors. + * Copyright (C) 1992-2017 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -25,13 +25,15 @@ #ifndef BASIC_GAL_H #define BASIC_GAL_H -#include #include #include #include #include +class PLOTTER; + + /* * class BASIC_GAL is a minimal GAL implementation to draw, plot and convert * stroke texts to a set of segments for DRC tests, and to calculate text sizes.