From 46375793750eccf707e1f0ee24d649656d073950 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 22 Apr 2018 23:56:28 -0400 Subject: [PATCH] Common: Amend CommonTypes include within BitSet.h We do includes relative to the root, rather than direct pathing. --- Source/Core/Common/BitSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/BitSet.h b/Source/Core/Common/BitSet.h index 06b540d37d..4425b6067c 100644 --- a/Source/Core/Common/BitSet.h +++ b/Source/Core/Common/BitSet.h @@ -5,7 +5,7 @@ #include #include #include -#include "CommonTypes.h" +#include "Common/CommonTypes.h" #ifdef _WIN32