mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-03-03 21:26:36 +00:00
comp/main: Fix finding M_PI
This commit is contained in:
parent
8b4c473233
commit
147dcc24e0
|
@ -7,11 +7,11 @@
|
|||
* @ingroup comp_main
|
||||
*/
|
||||
|
||||
#include "math/m_mathinclude.h"
|
||||
#include "comp_layer.h"
|
||||
|
||||
#include "util/u_misc.h"
|
||||
#include "math/m_api.h"
|
||||
#include <math.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue