]> git.mxchange.org Git - simgear.git/commitdiff
std::find is defined in <algorithm>
authorfredb <fredb>
Thu, 4 Jan 2007 22:23:40 +0000 (22:23 +0000)
committerfredb <fredb>
Thu, 4 Jan 2007 22:23:40 +0000 (22:23 +0000)
simgear/scene/model/animation.cxx

index 5d038efda6a602fd2d3fbba859dc2f85386a6e90..861c26907d8e0e511c5dc33a27a01de62c607c27 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <string.h>             // for strcmp()
 #include <math.h>
+#include <algorithm>
 
 #include <osg/AlphaFunc>
 #include <osg/Drawable>