1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2024-09-15 00:45:33 +00:00

service/prepo: Add missing header guard

This commit is contained in:
Lioncash 2018-07-18 19:43:28 -04:00
parent 924c473bb3
commit 296e68fd43

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