Merge pull request #105159 from adamscott/define_my_int
Move `THREADS_ENABLED` check after common imports
This commit is contained in:
@ -30,9 +30,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/typedefs.h"
|
||||
|
||||
#ifdef THREADS_ENABLED
|
||||
|
||||
#include "core/typedefs.h"
|
||||
#ifdef DEBUG_ENABLED
|
||||
#include "core/error/error_macros.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user