Browse Source

service/prepo: Add missing header guard

nce_cpp
Lioncash 8 years ago
parent
commit
26e188d074
  1. 2
      src/core/hle/service/prepo/prepo.h

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

Loading…
Cancel
Save