X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjpg-httpd.cxx;h=55e5e79c02c44619fddf7c50dfcebda0f9abfe50;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=7ff7341bffa8a852c01e6404164136698a192585;hpb=d5ba35dddb0e77f03ef5874d59d374191a39a13b;p=flightgear.git diff --git a/src/Network/jpg-httpd.cxx b/src/Network/jpg-httpd.cxx index 7ff7341bf..55e5e79c0 100644 --- a/src/Network/jpg-httpd.cxx +++ b/src/Network/jpg-httpd.cxx @@ -31,9 +31,9 @@ #include -#include // atoi() atof() +#include // atoi() atof() -#include STL_STRING +#include #include #include @@ -52,9 +52,10 @@ #define __HTTP_GET_STRING "GET " #include +#include extern osg::ref_ptr sceneView; -SG_USING_STD(string); +using std::string; bool FGJpegHttpd::open() { @@ -74,7 +75,7 @@ bool FGJpegHttpd::open() { bool FGJpegHttpd::process() { - netChannel::poll(); + simgear::NetChannel::poll(); return true; }