comp/main: Fix finding M_PI

This commit is contained in:
Ryan Pavlik 2020-11-18 16:47:24 -06:00
parent 8b4c473233
commit 147dcc24e0

View file

@ -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>