X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.hxx;h=8c38f8d99cae914c07235ffa6ddfce512840d716;hb=fee003e8cc17f0aa9a1e9280dd823d20e231e967;hp=6e53bd1ba7ffd28b527438d234b5361d1f84fb1a;hpb=830b17c6efc0f3bbdb84fc7e2981130e2b0818a3;p=flightgear.git diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 6e53bd1ba..8c38f8d99 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -29,11 +29,13 @@ # include #endif -#include +#include -#include "panel.hxx" +#include STL_IOSTREAM -using std::istream; +SG_USING_STD(istream); + +class FGPanel; extern FGPanel * fgReadPanel (istream &input); extern FGPanel * fgReadPanel (const string &relative_path);