1
0

Added a missing include for abs(float).

This commit is contained in:
madmaxoft 2014-07-27 20:08:33 +02:00
parent 30893e7ee2
commit 579b80fd3a

View File

@ -5,6 +5,12 @@
#pragma once #pragma once
#include <cmath>
// Some settings // Some settings
#define NOISE_DATATYPE float #define NOISE_DATATYPE float