summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-19 04:46:14 +0200
committerGitHub <noreply@github.com>2018-07-19 04:46:14 +0200
commit1371e2fb6acf29c228cd96d917ffb747ead4485e (patch)
treebbe365cef42cae6dd2ed80b76829fcbc58fd1e9a /src/core/hle
parentMerge pull request #686 from lioncash/fmt (diff)
parentservice/prepo: Add missing header guard (diff)
downloadyuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar.gz
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar.bz2
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar.lz
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar.xz
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.tar.zst
yuzu-1371e2fb6acf29c228cd96d917ffb747ead4485e.zip
Diffstat (limited to 'src/core/hle')
-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"