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

    r468 r471  
    5656#include <unistd.h> 
    5757#include <fcntl.h> 
    58 #include <sys/time.h> 
    5958#endif 
    6059#include <cerrno> 
    6160#include <cstdio> 
    62 #include <math.h> 
     61#include <cmath> 
    6362#include <map> 
    6463#include <OSGSocketAddress.h> 
    6564#include <OSGDgramSocket.h> 
    6665#include <OSGNetworkMessage.h> 
     66#include <OSGTime.h> 
    6767 
    6868#include "OSGBaseFunctions.h"