- Timestamp:
- 11/07/08 16:08:08 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglauncher/osglauncher.cpp
r7299 r9124 22 22 #include <list> 23 23 #include <string> 24 #include <fstream>25 24 #include <sstream> 26 25 … … 49 48 #include <osgDB/ReadFile> 50 49 #include <osgDB/FileUtils> 50 #include <osgDB/fstream> 51 51 52 52 int runApp(std::string xapp); … … 250 250 251 251 252 std::ifstream in(fileName.c_str());252 osgDB::ifstream in(fileName.c_str()); 253 253 if (!in) 254 254 {
