Merge pull request #105159 from adamscott/define_my_int
Move `THREADS_ENABLED` check after common imports
This commit is contained in:
commit
e764068e99
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue