mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Fix build due to reordered headers
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user