Explorar el Código

Loader: Add missing include

Yuri Kunde Schlesner hace 11 años
padre
commit
417c867e14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"