https://svn.lrde.epita.fr/svn/oln/trunk/external/trimesh
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix a compilation bug on GNU/Linux.
* libsrc/ICP.cc: Include cstring.
ICP.cc | 1 +
1 file changed, 1 insertion(+)
Index: libsrc/ICP.cc
--- libsrc/ICP.cc (revision 2109)
+++ libsrc/ICP.cc (working copy)
@@ -6,6 +6,7 @@
Routines for doing ICP.
*/
+#include <cstring>
#include <cmath>
#include <algorithm>
#include <stdio.h>