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/OSGSocket.cpp

    r468 r471  
    5858#include <unistd.h> 
    5959#include <fcntl.h> 
    60 #include <sys/time.h> 
    6160#include <sys/ioctl.h> 
    6261#endif 
    6362#include <cerrno> 
    6463#include <cstdio> 
    65 #include <math.h> 
     64#include <cmath> 
    6665#include <map> 
    6766#include <OSGSocketAddress.h> 
     
    6968#include <OSGSocketSelection.h> 
    7069#include <OSGNetworkMessage.h> 
     70#include <OSGTime.h> 
    7171#include "OSGBaseFunctions.h" 
    7272