dm 7 years ago
parent
commit
87062d536d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      oxygine/src/oxygine/STDRenderer.h

+ 2 - 1
oxygine/src/oxygine/STDRenderer.h

@@ -2,6 +2,7 @@
 #include "oxygine-include.h"
 #include "Material.h"
 #include "core/Renderer.h"
+#include <functional>
 
 namespace oxygine
 {
@@ -161,4 +162,4 @@ namespace oxygine
     typedef void(*render_texture_hook)(const spNativeTexture& nt);
     void set_render_texture_hook(render_texture_hook);
     render_texture_hook get_render_texture_hook();
-}
+}