mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Add missing include guards
This commit is contained in:
parent
abfa303e07
commit
49294a3dd2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace utils
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include "Utilities/types.h"
|
||||
#pragma once
|
||||
|
||||
#include "Utilities/types.h"
|
||||
#include "overlay_utils.h"
|
||||
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Reference in a new issue