소스 검색

VideoCore: Add option to dump the macros.

Fernando Sahmkow 4 년 전
부모
커밋
8bb604b3be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"