--- gdl-0.9.7/src/gdlgstream.hpp.orig Sun May 28 23:30:12 2017 +++ gdl-0.9.7/src/gdlgstream.hpp Sun May 28 23:31:24 2017 @@ -34,16 +34,18 @@ #include <plplot/plplot.h> #define HAVE_CONFIG_H 1 #endif + +#include <string> +#include <iostream> +#include "initsysvar.hpp" + //this include should be removed as soon as plplot has a public method to give the size of a string in mm when plotted. #if PLPLOT_PRIVATE_NOT_HIDDEN #include <plplot/plplotP.h> #endif -#include <string> -#include <iostream> #include "typedefs.hpp" #include "gdlexception.hpp" -#include "initsysvar.hpp" #ifdef _MSC_VER #include <algorithm>