possibly fix a Windows compile error

This commit is contained in:
Alex Szpakowski
2019-09-26 20:38:02 -03:00
parent 271f0af7b7
commit da046b39f0
+4
View File
@@ -21,6 +21,10 @@
* THE SOFTWARE.
*/
#ifdef _WIN32
#define NOMINMAX
#endif
#include <stdlib.h>
#include <string.h>
#include <math.h>