Browse Source

added missing include

Kajetan Johannes Hammerle 3 years ago
parent
commit
6b45abdc35
1 changed files with 2 additions and 0 deletions
  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"