mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -05:00
13 lines
335 B
Diff
13 lines
335 B
Diff
|
diff --git a/clutter/cogl/common/cogl-primitives.c b/clutter/cogl/common/cogl-primitives.c
|
||
|
index 7dfc78e..c9578db 100644
|
||
|
--- a/clutter/cogl/common/cogl-primitives.c
|
||
|
+++ b/clutter/cogl/common/cogl-primitives.c
|
||
|
@@ -33,6 +33,7 @@
|
||
|
|
||
|
#include <string.h>
|
||
|
#include <gmodule.h>
|
||
|
+#include <math.h>
|
||
|
|
||
|
#define _COGL_MAX_BEZ_RECURSE_DEPTH 16
|
||
|
|