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/Base/OSGLine.cpp

    r468 r471  
    4242//--------------------------------------------------------------------------- 
    4343 
    44 #include <math.h> 
     44#include <cmath> 
    4545 
    4646#include "OSGConfig.h"