File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
GameEngine/Include/Common Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4646#pragma once
4747
4848#include < stdarg.h>
49+ #include < string.h>
4950#include " Lib/BaseType.h"
5051#include " Common/Debug.h"
5152#include " Common/Errors.h"
Original file line number Diff line number Diff line change 4646#pragma once
4747
4848#include < stdarg.h>
49+ #include < string.h>
4950#include " Lib/BaseType.h"
5051#include " Common/Debug.h"
5152#include " Common/Errors.h"
Original file line number Diff line number Diff line change 3030#pragma once
3131
3232#include <math.h>
33- #include <string.h>
3433// TheSuperHackers @build feliwir 07/04/2025 Adds utility macros for cross-platform compatibility
3534#include <Utility/compat.h>
3635#include <Utility/CppMacros.h>
Original file line number Diff line number Diff line change 3232#include " EAC/huffcodex.h"
3333#include " EAC/refcodex.h"
3434
35+ #include < string.h>
36+
3537
3638// TheSuperHackers @todo Recover debug logging in this file?
3739#define DEBUG_LOG (x ) {}
You can’t perform that action at this time.
0 commit comments