1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 23:46:31 -05: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

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"