Przeglądaj źródła

added missing include

Kajetan Johannes Hammerle 3 lat temu
rodzic
commit
6b45abdc35
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      rendering/FileTexture.h

+ 2 - 0
rendering/FileTexture.h

@@ -1,6 +1,8 @@
 #ifndef FILETEXTURE_H
 #define FILETEXTURE_H
 
+#include <iostream>
+
 #include "wrapper/Texture.h"
 #include "images/PNGReader.h"