summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/process.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 23:10:37 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 23:10:37 +0200
commitfe909b3b5adb5e1306a1c85e6e1275424a6371b2 (patch)
tree28cd4fbd98402187dbaa0a87e14eabaff88ff8d0 /src/core/hle/kernel/process.h
parentMerge pull request #823 from Subv/applets_drawing (diff)
downloadyuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.gz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.bz2
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.lz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.xz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.zst
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.zip
Diffstat (limited to 'src/core/hle/kernel/process.h')
-rw-r--r--src/core/hle/kernel/process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h
index 92fa0fa6f..83d3aceae 100644
--- a/src/core/hle/kernel/process.h
+++ b/src/core/hle/kernel/process.h
@@ -6,6 +6,7 @@
#include <bitset>
#include <cstddef>
+#include <memory>
#include <string>
#include <boost/container/static_vector.hpp>