Browse Source

include cstdlib in math util header

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
c092a27f09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      include/util/math.hpp

+ 1
- 0
include/util/math.hpp View File

@@ -2,6 +2,7 @@
#include "util/common.hpp"
#include <math.h> // for global namespace functions
#include <cmath> // for std::isfinite, etc
#include <cstdlib> // for std::abs, etc


// Use a few standard math functions without std::


Loading…
Cancel
Save