mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 08:44:49 +01:00
Merge pull request #411 from janisozaur/include-guards
Add missing include guards
This commit is contained in:
commit
ff7947a769
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
* General Public License version 2 or any later version.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#include "common/bit_util.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue