diff options
author | meta <s@w23.at> | 2011-01-17 23:02:56 (GMT) |
---|---|---|
committer | meta <s@w23.at> | 2011-01-17 23:02:56 (GMT) |
commit | 8160212499c40c74f1c1c396f02332336ec4e8ae (patch) | |
tree | 2f20bc7a05e942f56e5a90040e97cbb08614bc9e /src/value.cc | |
parent | 163461f47cdfb9de4b6b79268537fbe432a2522d (diff) |
add C99 math for win32
Diffstat (limited to 'src/value.cc')
-rw-r--r-- | src/value.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.cc b/src/value.cc index a237c5a..3931755 100644 --- a/src/value.cc +++ b/src/value.cc @@ -24,7 +24,7 @@ */ #include "value.h" -#include <math.h> +#include "mathc99.h" Value::Value() { |