mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-15 10:10:07 +00:00
d/ns: Use math/m_mathinclude.h to fix Windows build
This commit is contained in:
parent
956ee5ae9d
commit
a23bf9ab36
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue