Common: Amend CommonTypes include within BitSet.h

We do includes relative to the root, rather than direct pathing.
This commit is contained in:
Lioncash 2018-04-22 23:56:28 -04:00
parent d68f437e67
commit 4637579375
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <cstddef>
#include <initializer_list>
#include <type_traits>
#include "CommonTypes.h"
#include "Common/CommonTypes.h"
#ifdef _WIN32