std::find is defined in <algorithm>

This commit is contained in:
fredb
2007-01-04 22:23:40 +00:00
parent 481be29366
commit c6aa95f3f3

View File

@@ -9,6 +9,7 @@
#include <string.h> // for strcmp()
#include <math.h>
#include <algorithm>
#include <osg/AlphaFunc>
#include <osg/Drawable>