Merge pull request #3230 from lioncash/pragma

arm_dynarmic_cp15: Add missing header guard
master
bunnei 2017-12-06 22:42:42 +07:00 committed by GitHub
commit 275ce3e55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <memory>
#include <dynarmic/coprocessor.h>
#include "common/common_types.h"