Code: $ svn diff Index: src/osgCuda/Computation.cpp =================================================================== --- src/osgCuda/Computation.cpp (revision 426) +++ src/osgCuda/Computation.cpp (working copy) @@ -1,4 +1,4 @@ -#include <osg/gl> +#include <osg/GL> #include <cuda_runtime.h> #include <builtin_types.h> #include <cuda_gl_interop.h> Index: examples/osgGeometryDemo/src/Warp.cpp =================================================================== --- examples/osgGeometryDemo/src/Warp.cpp (revision 426) +++ examples/osgGeometryDemo/src/Warp.cpp (working copy) @@ -12,6 +12,7 @@ * * The full license is in LICENSE file included with this distribution. */ +#include <cstring> #include <osg/Array> #include <osgCuda/Memory> #include <osgCuda/Geometry>
...I just committed the changes to the trunk. Thank you. The FindCuda-script has not been updated yet. Best regards, Mick [/code] ------------------------ SVT Group ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=43196#43196 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

