0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Loader: Add missing include

This commit is contained in:
Yuri Kunde Schlesner 2015-05-09 05:05:59 -03:00
parent cb92817fb0
commit 417c867e14

View File

@ -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"