tags 454858 +patch
thanks

Hi!

Please find attached a patch which adds the missing includes to fix
this bug.

Thanks.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
--- osgcal-0.1.46.orig/src/osgCal/SubMeshSoftware.cpp
+++ osgcal-0.1.46/src/osgCal/SubMeshSoftware.cpp
@@ -32,6 +32,8 @@
 #include "config.h"
 #endif
 
+#include <cstring>
+
 #ifdef USE_NPROFILE
 #include <nprofile/profile.h>
 #else  // USE_NPROFILE
only in patch2:
unchanged:
--- osgcal-0.1.46.orig/src/osgCal/HardwareModel.cpp
+++ osgcal-0.1.46/src/osgCal/HardwareModel.cpp
@@ -12,6 +12,7 @@
 #include "config.h"
 #endif
 
+#include <cstring>
 
 #include "osgCal/HardwareModel"
 #include "osgCal/CustomAssert"

Attachment: signature.asc
Description: Digital signature

Reply via email to