summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-31 18:44:07 +0200
committerraysan5 <[email protected]>2021-07-31 18:44:07 +0200
commit7013e609260d4abe820e884a2465ce91078f0fd4 (patch)
treec83dfb0d7154e8739ee96813136c87299c72620d /examples/models
parent559f1919c6105d58dbc32ac0b9f4ba143ed15195 (diff)
downloadraylib-7013e609260d4abe820e884a2465ce91078f0fd4.tar.gz
raylib-7013e609260d4abe820e884a2465ce91078f0fd4.zip
Update models_rlgl_solar_system.c
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
//------------------------------------------------------------------------------------