diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-19 04:46:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 04:46:14 +0200 |
commit | 1371e2fb6acf29c228cd96d917ffb747ead4485e (patch) | |
tree | bbe365cef42cae6dd2ed80b76829fcbc58fd1e9a | |
parent | Merge pull request #686 from lioncash/fmt (diff) | |
parent | service/prepo: Add missing header guard (diff) | |
download | yuzu-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 |
-rw-r--r-- | src/core/hle/service/prepo/prepo.h | 2 |
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" |