Browse Source

Added missing include -_-

Ray 6 years ago
parent
commit
c23ceec338
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/models/models_material_pbr.c

+ 2 - 0
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"