aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/StringConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Utilities/StringConvert.h')
-rw-r--r--src/common/Utilities/StringConvert.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/Utilities/StringConvert.h b/src/common/Utilities/StringConvert.h
index 0d11dbb6667..ebe33cee721 100644
--- a/src/common/Utilities/StringConvert.h
+++ b/src/common/Utilities/StringConvert.h
@@ -22,12 +22,13 @@
#include "Errors.h"
#include "Optional.h"
#include "Types.h"
-#include "Util.h"
#include <charconv>
#include <string>
#include <string_view>
#include <type_traits>
+TC_COMMON_API bool StringEqualI(std::string_view str1, std::string_view str2);
+
namespace Trinity::Impl::StringConvertImpl
{
template <typename T, typename = void> struct For