d/ns: Use math/m_mathinclude.h to fix Windows build

This commit is contained in:
Moses Turner 2022-09-20 19:34:00 -05:00 committed by Jakob Bornecrantz
parent 956ee5ae9d
commit a23bf9ab36

View file

@ -4,7 +4,7 @@
#pragma once #pragma once
#include <math.h> #include "math/m_mathinclude.h"
using namespace std; using namespace std;
// min set of functions needed // min set of functions needed