ArmCommon: Add missing header guard

Prevents any multiple inclusion errors from occurring.
This commit is contained in:
Lioncash 2020-12-30 20:53:29 -05:00
parent 8a3b14d7dc
commit c9711a5eca

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Common/CommonTypes.h"
enum CCFlags