X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2Fmodel_panel.hxx;h=301f770c8c4536cb513cc197cfd02a30b1d2c429;hb=89b41395d861a49ad543af166c0bd41c14dd0d2b;hp=2ee67051a45803535302a54d519e3d18dc21669c;hpb=667e64e1ebc86a0c53112b92b53475898f315c36;p=flightgear.git diff --git a/src/Model/model_panel.hxx b/src/Model/model_panel.hxx index 2ee67051a..301f770c8 100644 --- a/src/Model/model_panel.hxx +++ b/src/Model/model_panel.hxx @@ -14,7 +14,6 @@ using std::vector; -#include #include @@ -46,7 +45,7 @@ class FGLocation; * Subsystems should not normally invoke this function directly; * instead, they should use the SGModelLoader declared in loader.hxx. */ -osg::Node *fgLoad3DModelPanel( const string &path, SGPropertyNode *prop_root); +osg::Node *fgLoad3DModelPanel( const std::string &path, SGPropertyNode *prop_root); #endif // __MODEL_HXX