diff options
Diffstat (limited to 'src/OSSupport/File.h')
-rw-r--r-- | src/OSSupport/File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/File.h b/src/OSSupport/File.h index b2099e9fd..62853ede7 100644 --- a/src/OSSupport/File.h +++ b/src/OSSupport/File.h @@ -28,7 +28,7 @@ For reading entire files into memory, just use the static cFile::ReadWholeFile() #pragma once - +#include "StringUtils.h" |