This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
include cstdlib in math util header
pull/1639/head
Andrew Belt
7 years ago
parent
2c1f4ba094
commit
1b22a531b9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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::
Write
Preview
Loading…
Cancel
Save