mirror of https://github.com/AxioDL/amuse.git
Add missing cmath include
This commit is contained in:
parent
a7df18f8d3
commit
a81a443d55
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
#include <unordered_map>
|
||||
#include "Entity.hpp"
|
||||
#include "Common.hpp"
|
||||
|
|
Loading…
Reference in New Issue