diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-08-26 23:38:31 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2020-08-26 23:38:31 +0200 |
commit | 3564ad18bff3c5b581fd6eadd08a6b15ca593151 (patch) | |
tree | 9f8fa710cc00e3377d9dd1600f40a2e1c171b45f /src/common/Utilities/StringConvert.h | |
parent | cd30e0b86ce6ee88386a91cebdf353fc55805c57 (diff) |
cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Shauren.)
Diffstat (limited to 'src/common/Utilities/StringConvert.h')
-rw-r--r-- | src/common/Utilities/StringConvert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Utilities/StringConvert.h b/src/common/Utilities/StringConvert.h index 7af791b91a1..f90e47cab10 100644 --- a/src/common/Utilities/StringConvert.h +++ b/src/common/Utilities/StringConvert.h @@ -21,6 +21,7 @@ #include "Define.h" #include "Errors.h" #include "Optional.h" +#include "Types.h" #include "Util.h" #include <charconv> #include <string> |