X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctgraphics%2Fdlgezplot.cpp;h=ebfab04a961e679b97f58fdbe00360e89c16b9b5;hb=1be55ea0c82499e7e007fc0c1c3184af97db3a71;hp=d59f11f9452dac00086816fb2594baa323438d83;hpb=0b7751a41a5a51daa7f919e5ba492a5f629c1393;p=ctsim.git diff --git a/libctgraphics/dlgezplot.cpp b/libctgraphics/dlgezplot.cpp index d59f11f..ebfab04 100644 --- a/libctgraphics/dlgezplot.cpp +++ b/libctgraphics/dlgezplot.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: dlgezplot.cpp,v 1.1 2001/01/13 04:47:50 kevin Exp $ +** $Id: dlgezplot.cpp,v 1.2 2001/01/13 05:01:15 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -25,6 +25,10 @@ ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_WXWINDOWS #ifdef __GNUG__