diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-09-13 07:51:59 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-09-13 07:51:59 (GMT) |
commit | 6b861c8f22604dbad56be5f58bd984f74b97c0c3 (patch) | |
tree | feef6ba09b3e62cb78614c4069ecc645252a6400 /src/openscad.cc | |
parent | c9fdfb7db4de33179db0316b102217f80c3dc16d (diff) |
intmax_t patch - make smaller
Diffstat (limited to 'src/openscad.cc')
-rw-r--r-- | src/openscad.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index cb3a18d..fd74de4 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -42,13 +42,6 @@ #include <fstream> #ifdef ENABLE_CGAL -#ifdef _MSC_VER -// see http://en.wikipedia.org/wiki/Stdint.h -// and http://www.mpfr.org/mpfr-2.4.2/#stdint -#include <boost/cstdint.hpp> -using boost::intmax_t; -using boost::uintmax_t; -#endif #include "CGAL_Nef_polyhedron.h" #include <CGAL/assertions_behaviour.h> #include "CGALEvaluator.h" |