diff options
| -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" |
