2110: Fix a compilation bug on GNU/Linux.

30 Jul
2008
30 Jul
'08
4:39 p.m.
https://svn.lrde.epita.fr/svn/oln/trunk/external/trimesh Index: ChangeLog from Roland Levillain <roland@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>
6259
Age (days ago)
6259
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain