Show
Ignore:
Timestamp:
01/05/07 16:30:00 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers (the rest of them) instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Base/Network/Socket/OSGStreamSocket.cpp

    r468 r471  
    5353#include <unistd.h> 
    5454#include <fcntl.h> 
    55 #include <sys/time.h> 
    5655#endif 
    5756 
    5857#include <cerrno> 
    5958#include <cstdio> 
    60 #include <math.h> 
     59#include <cmath> 
    6160#include <map> 
    6261#include <OSGSocketAddress.h> 
    6362#include <OSGStreamSocket.h> 
     63#include <OSGTime.h> 
    6464 
    6565OSG_USING_NAMESPACE