std:: namespace fixes.

This commit is contained in:
James Turner
2011-10-17 09:50:35 +01:00
parent 9cdf5ab9a1
commit 8cb716fe8e
3 changed files with 3 additions and 1 deletions

View File

@@ -86,6 +86,7 @@
#endif
using namespace simgear;
using namespace std;
const char* rsync_cmd =
"rsync --verbose --archive --delete --perms --owner --group";

View File

@@ -54,7 +54,7 @@ protected:
void syncAirportsModels();
void syncArea(int lat, int lon);
void syncAreas(int lat, int lon, int lat_dir, int lon_dir);
void refreshScenery(SGPath path,const string& relativeDir);
void refreshScenery(SGPath path,const std::string& relativeDir);
class SvnThread;

View File

@@ -47,6 +47,7 @@
#include <simgear/math/SGMath.hxx>
using std::string;
using std::vector;
extern bool isNaN(float *v);