mirror of https://github.com/AxioDL/amuse.git
Missing cmath include
This commit is contained in:
parent
2115a958b1
commit
2c27d26090
|
@ -1,6 +1,7 @@
|
||||||
#include "amuse/SongState.hpp"
|
#include "amuse/SongState.hpp"
|
||||||
#include "amuse/Common.hpp"
|
#include "amuse/Common.hpp"
|
||||||
#include "amuse/Sequencer.hpp"
|
#include "amuse/Sequencer.hpp"
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
namespace amuse
|
namespace amuse
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue