diff options
Diffstat (limited to 'source/3rd-party/Luax/luax_config.h')
-rw-r--r-- | source/3rd-party/Luax/luax_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/3rd-party/Luax/luax_config.h b/source/3rd-party/Luax/luax_config.h index 2a8ed3e..31ea7df 100644 --- a/source/3rd-party/Luax/luax_config.h +++ b/source/3rd-party/Luax/luax_config.h @@ -57,10 +57,10 @@ namespace Luax #define LUAX_PROFILER 1 +} + #if LUAX_PROFILER #include <iostream> #endif -} - -#endif
\ No newline at end of file +#endif // __LUAX_TYPE_H__
\ No newline at end of file |