diff --git a/examples/osgdepthpartition/DistanceAccumulator.cpp b/examples/osgdepthpartition/DistanceAccumulator.cpp index 667aab205..29090b902 100644 --- a/examples/osgdepthpartition/DistanceAccumulator.cpp +++ b/examples/osgdepthpartition/DistanceAccumulator.cpp @@ -22,6 +22,7 @@ #include #include #include +#include /** Function that sees whether one DistancePair should come before another in an sorted list. Used to sort the vector of DistancePairs. */