Changeset 471 for trunk/Source/Base/Base/OSGBaseFunctions.h
- Timestamp:
- 01/05/07 16:30:00 (2 years ago)
- Files:
-
- trunk/Source/Base/Base/OSGBaseFunctions.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Base/Base/OSGBaseFunctions.h
r468 r471 44 44 #endif 45 45 46 #include < math.h>47 #include < string.h>46 #include <cmath> 47 #include <cstring> 48 48 49 49 #ifndef WIN32 … … 52 52 #include <cerrno> 53 53 #include <iostream> 54 #include < time.h>54 #include <ctime> 55 55 #endif 56 56
