1
0
Fork 0
forked from eden-emu/eden

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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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"