Fix minor <cmath> issue with M_PI

This commit is contained in:
2024-08-19 13:26:58 -04:00
parent 09ca9be955
commit d1efa7f528

View File

@@ -1,3 +1,5 @@
#define _USE_MATH_DEFINES
#include "wrap-sstream.hpp"
#include "wrap-map.hpp"
#include "util.hpp"
@@ -5,8 +7,6 @@
#include "luastack.hpp"
#include "streambuffer.hpp"
#define _USE_MATH_DEFINES
#include <limits>
#include <cmath>
#include <cstdlib>