瀏覽代碼

video_core/memory_manager: Add missing <algorithm> include

Morph 4 年之前
父節點
當前提交
554c46d186
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/video_core/memory_manager.cpp

+ 2 - 0
src/video_core/memory_manager.cpp

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <algorithm>
+
 #include "common/alignment.h"
 #include "common/assert.h"
 #include "common/logging/log.h"