aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-04-05 17:29:30 +0200
committerRay <raysan5@gmail.com>2019-04-05 17:29:30 +0200
commitc23ceec338ac46c28d0b1fe2ab286775efc7f041 (patch)
tree2133a5e02c380001951fe112b6e0609c07976f16
parent9282b8ba83909b353fd34a9f584597338c1928bd (diff)
downloadraylib-c23ceec338ac46c28d0b1fe2ab286775efc7f041.tar.gz
raylib-c23ceec338ac46c28d0b1fe2ab286775efc7f041.zip
Added missing include -_-
-rw-r--r--examples/models/models_material_pbr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/models/models_material_pbr.c b/examples/models/models_material_pbr.c
index c1d43a24..5c308cfc 100644
--- a/examples/models/models_material_pbr.c
+++ b/examples/models/models_material_pbr.c
@@ -12,6 +12,8 @@
#include "raylib.h"
#include "raymath.h"
+#include <stdio.h>
+
#define RLIGHTS_IMPLEMENTATION
#include "rlights.h"