summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-19 01:43:28 +0200
committerLioncash <mathew1800@gmail.com>2018-07-19 01:43:28 +0200
commit296e68fd434fd906e0be4de99fd8fd0333e8a738 (patch)
tree9818c43bc7eaa2363670714fdcfca20f65bc4391 /src/core/hle/service/prepo/prepo.h
parentMerge pull request #683 from DarkLordZach/touch (diff)
downloadyuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.gz
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.bz2
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.lz
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.xz
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.zst
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/prepo/prepo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/prepo/prepo.h b/src/core/hle/service/prepo/prepo.h
index 3708e0dcb..f5a6aba6d 100644
--- a/src/core/hle/service/prepo/prepo.h
+++ b/src/core/hle/service/prepo/prepo.h
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#pragma once
+
#include <memory>
#include <string>
#include "core/hle/kernel/event.h"