summaryrefslogtreecommitdiff
path: root/src/value.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-07-15 19:29:14 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-07-15 19:29:14 (GMT)
commit8cc442369fa95b61b2a475f7cd1d63f3ab7ca713 (patch)
treead2ca17f6c2239a608650dea912f48a835c8368d /src/value.cc
parent1b38030f7e243c4eeb288d07084a99ff1e616e85 (diff)
fix bugs in build
Diffstat (limited to 'src/value.cc')
-rw-r--r--src/value.cc3
1 files changed, 2 insertions, 1 deletions
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