diff options
| author | Ray <raysan5@gmail.com> | 2019-04-05 17:29:30 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-04-05 17:29:30 +0200 |
| commit | c23ceec338ac46c28d0b1fe2ab286775efc7f041 (patch) | |
| tree | 2133a5e02c380001951fe112b6e0609c07976f16 | |
| parent | 9282b8ba83909b353fd34a9f584597338c1928bd (diff) | |
| download | raylib-c23ceec338ac46c28d0b1fe2ab286775efc7f041.tar.gz raylib-c23ceec338ac46c28d0b1fe2ab286775efc7f041.zip | |
Added missing include -_-
| -rw-r--r-- | examples/models/models_material_pbr.c | 2 |
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" |
