diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-08 10:27:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-02-08 10:27:24 +0000 |
commit | 2ea36c10d8d290571bae8de8b3806bd022bf9bba (patch) | |
tree | 91bd6b13522ddd086aebce298f26a99db369683b /graphics/meshviewer/files/patch-mesh.cc | |
parent | upgrade to 1.7 (diff) |
add meshviewer 0.1.2
Mesh Viewer
Diffstat (limited to 'graphics/meshviewer/files/patch-mesh.cc')
-rw-r--r-- | graphics/meshviewer/files/patch-mesh.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/meshviewer/files/patch-mesh.cc b/graphics/meshviewer/files/patch-mesh.cc new file mode 100644 index 000000000000..0ac41d6aa2f2 --- /dev/null +++ b/graphics/meshviewer/files/patch-mesh.cc @@ -0,0 +1,11 @@ +--- mesh/mesh.cc.orig Sat Feb 8 18:14:00 2003 ++++ mesh/mesh.cc Sat Feb 8 18:14:11 2003 +@@ -9,7 +9,7 @@ + #include <set> + + // for MAXFLOAT +-#include <values.h> ++#include <limits.h> + + #include "mesh.h" + |