Merge pull request #691 from lioncash/guard

service/prepo: Add missing header guard
This commit is contained in:
bunnei 2018-07-18 19:46:14 -07:00 committed by GitHub
commit 1371e2fb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"