diff options
Diffstat (limited to 'src/zencore/string.cpp')
| -rw-r--r-- | src/zencore/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/string.cpp b/src/zencore/string.cpp index 263c49f7e..242d41abe 100644 --- a/src/zencore/string.cpp +++ b/src/zencore/string.cpp @@ -1,7 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include <zencore/memory.h> #include <zencore/memory/memory.h> +#include <zencore/memoryview.h> #include <zencore/string.h> #include <zencore/testing.h> |