Added a missing include for abs(float).
This commit is contained in:
parent
30893e7ee2
commit
579b80fd3a
@ -5,6 +5,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Some settings
|
||||
#define NOISE_DATATYPE float
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user