diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 14:40:28 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:54 +0200 |
commit | 596b7c4f63e38d275b6a056d6125c0027a1376e7 (patch) | |
tree | fb0ab64194f7beb8ddeab145db68d27401ea9790 /src/core/loader/loader.h | |
parent | Common: Cleanup memory and misc includes. (diff) | |
download | yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.gz yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.bz2 yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.lz yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.xz yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.tar.zst yuzu-596b7c4f63e38d275b6a056d6125c0027a1376e7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/loader/loader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h index 87e16fb98..1c33b1c16 100644 --- a/src/core/loader/loader.h +++ b/src/core/loader/loader.h @@ -4,6 +4,7 @@ #pragma once +#include <memory> #include <vector> #include "common/common_types.h" |