summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-15 20:06:23 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-15 20:06:23 (GMT)
commit10619bdb494b675cb7f7136397ceb9324b1671aa (patch)
tree8701b1e32fddc009c35fc5be785ec7bcaaffcce1 /src
parent8e1fee3de7bf17af19461bc3b0aedc683d5634d9 (diff)
parent8cc442369fa95b61b2a475f7cd1d63f3ab7ca713 (diff)
Merge branch 'master' of github.com:openscad/openscad into mingwcross1
Conflicts: src/linearextrude.cc
Diffstat (limited to 'src')
-rw-r--r--src/import.cc2
-rw-r--r--src/value.cc3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/import.cc b/src/import.cc
index 7c8091c..dc40c8d 100644
--- a/src/import.cc
+++ b/src/import.cc
@@ -118,7 +118,7 @@ PolySet *ImportNode::evaluate_polyset(class PolySetEvaluator *) const
if (this->type == TYPE_STL)
{
- handle_dep(this->filename);
+ handle_dep((std::string)this->filename);
std::ifstream f(this->filename.c_str(), std::ios::in | std::ios::binary);
if (!f.good()) {
PRINTB("WARNING: Can't open import file '%s'.", this->filename);
diff --git a/src/value.cc b/src/value.cc
index 2602f32..666062a 100644
--- a/src/value.cc
+++ b/src/value.cc
@@ -25,7 +25,8 @@
*/
#include "value.h"
-#include <assert.h>
+#include <math.h>
+#include <assert.h> // fmod
#include <sstream>
#include <boost/foreach.hpp>
#include <boost/variant/apply_visitor.hpp>
contact: Jan Huwald // Impressum