Fixes for Win32 build related to changes in using namespace std.

This commit is contained in:
Robert Osfield
2001-12-14 10:47:20 +00:00
parent a4e4d4fa7c
commit 84605a5f4e
4 changed files with 8 additions and 3 deletions

View File

@@ -42,6 +42,10 @@
#include <iostream>
#include <fstream>
#ifndef OSG_USE_IO_DOT_H
using std::ios;
#endif
typedef signed char int8;
typedef unsigned char uint8;
typedef signed short int16;