Explorar el Código

service/prepo: Add missing header guard

Lioncash hace 8 años
padre
commit
296e68fd43
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/core/hle/service/prepo/prepo.h

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