Fix build due to reordered headers

This commit is contained in:
Jan
2023-11-19 16:26:36 +01:00
parent 8c4d311527
commit 0c4835bc36
7 changed files with 27 additions and 5 deletions

View File

@ -2,7 +2,11 @@
// Entry point for T6 code generation
#include "../../../Common/Game/T6/T6_Assets.h"
// clang-format off: Order of includes matters here
#include "../Common.h"
#include "../../../Common/Game/T6/T6_Assets.h"
// clang-format on
// EOF