mirror of
https://github.com/AxioDL/amuse.git
synced 2025-06-05 14:13:46 +00:00
Add missing cmath include
This commit is contained in:
parent
a7df18f8d3
commit
a81a443d55
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cmath>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include "Entity.hpp"
|
#include "Entity.hpp"
|
||||||
#include "Common.hpp"
|
#include "Common.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user