From Alberto Luaces, removed #include <cmath> as it was cause a build problem under Cygwin.

This commit is contained in:
Robert Osfield 2008-11-24 16:09:43 +00:00
parent 2517c1e77e
commit 8527492638

View File

@ -18,7 +18,6 @@
#include <osg/Object>
#include <map>
#include <vector>
#include <cmath>
#include <osg/Notify>
#include <osg/Group>
#include <osgAnimation/Animation>