瀏覽代碼

Loader: Add missing include

Yuri Kunde Schlesner 11 年之前
父節點
當前提交
417c867e14
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/loader/ncch.cpp

+ 1 - 0
src/core/loader/ncch.cpp

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