From Tim Moore, compile fix for gcc 4.3

This commit is contained in:
Robert Osfield
2008-04-15 11:50:34 +00:00
parent b12d209463
commit db1bd13c4c

View File

@@ -22,6 +22,7 @@
#include <osg/Projection>
#include <algorithm>
#include <math.h>
#include <limits.h>
/** Function that sees whether one DistancePair should come before another in
an sorted list. Used to sort the vector of DistancePairs. */