rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / scientific / gdl / patches / 04-gdlgstream.hpp.patch
bloba270ce5a4b4895b6f6c0124edec257c111093067
1 --- gdl-0.9.7/src/gdlgstream.hpp.orig Sun May 28 23:30:12 2017
2 +++ gdl-0.9.7/src/gdlgstream.hpp Sun May 28 23:31:24 2017
3 @@ -34,16 +34,18 @@
4 #include <plplot/plplot.h>
5 #define HAVE_CONFIG_H 1
6 #endif
8 +#include <string>
9 +#include <iostream>
10 +#include "initsysvar.hpp"
12 //this include should be removed as soon as plplot has a public method to give the size of a string in mm when plotted.
13 #if PLPLOT_PRIVATE_NOT_HIDDEN
14 #include <plplot/plplotP.h>
15 #endif
16 -#include <string>
17 -#include <iostream>
18 #include "typedefs.hpp"
19 #include "gdlexception.hpp"
21 -#include "initsysvar.hpp"
23 #ifdef _MSC_VER
24 #include <algorithm>