Explorar el Código

VideoCore: Add option to dump the macros.

Fernando Sahmkow hace 4 años
padre
commit
8bb604b3be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/video_core/macro/macro.cpp

+ 1 - 0
src/video_core/macro/macro.cpp

@@ -8,6 +8,7 @@
 
 #include <boost/container_hash/hash.hpp>
 
+#include <fstream>
 #include "common/assert.h"
 #include "common/fs/fs.h"
 #include "common/fs/path_util.h"