|
@@ -165,7 +165,7 @@
|
|
|
#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
|
|
|
#include <string.h> // Required for: strrchr(), strcmp(), strlen()
|
|
|
#include <time.h> // Required for: time() [Used in InitTimer()]
|
|
|
-#include <math.h> // Required for: tan() [Used in BeginMode3D()]
|
|
|
+#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in InitVrSimulator()]
|
|
|
|
|
|
#include <sys/stat.h> // Required for: stat() [Used in GetFileModTime()]
|
|
|
|