Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249187
Collapse All | Expand All

(-)plotutils-2.4.1.orig/include/plotter.h (-1 / +3 lines)
Lines 58-64 extern const char pl_libplot_ver[8]; / Link Here
58
/* Include iostream, stdio support if this is libplotter rather than
58
/* Include iostream, stdio support if this is libplotter rather than
59
   libplot. */
59
   libplot. */
60
#ifndef NOT_LIBPLOTTER
60
#ifndef NOT_LIBPLOTTER
61
#include <iostream.h>
61
#include <iostream>
62
using std::istream;
63
using std::ostream;
62
#include <stdio.h>
64
#include <stdio.h>
63
#endif
65
#endif
64
66

Return to bug 249187