Added a #define for math constants on MinGW

This commit is contained in:
2024-03-13 14:36:10 -05:00
parent 3ab97b3853
commit 0dbf8936fd

View File

@@ -14,6 +14,7 @@
#include <iostream>
#define _USE_MATH_DEFINES
#include <cmath>
#include <cstring>
#include <ctime>