summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_rlgl_solar_system.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/models/models_rlgl_solar_system.c b/examples/models/models_rlgl_solar_system.c
index 97d69245..24394bec 100644
--- a/examples/models/models_rlgl_solar_system.c
+++ b/examples/models/models_rlgl_solar_system.c
@@ -14,6 +14,8 @@
#include "raylib.h"
#include "rlgl.h"
+#include <math.h> // Required for: cosf(), sinf()
+
//------------------------------------------------------------------------------------
// Module Functions Declaration
//------------------------------------------------------------------------------------