summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2018-07-18 19:43:28 -0400
committerGravatar Lioncash2018-07-18 19:43:28 -0400
commit296e68fd434fd906e0be4de99fd8fd0333e8a738 (patch)
tree9818c43bc7eaa2363670714fdcfca20f65bc4391 /src
parentMerge pull request #683 from DarkLordZach/touch (diff)
downloadyuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.gz
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.tar.xz
yuzu-296e68fd434fd906e0be4de99fd8fd0333e8a738.zip
service/prepo: Add missing header guard
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 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#pragma once
6
5#include <memory> 7#include <memory>
6#include <string> 8#include <string>
7#include "core/hle/kernel/event.h" 9#include "core/hle/kernel/event.h"