Potential MacOS Build Fix (#3117)

* Potential MacOS build fix for update

* Imported string instead of changing name to std::string_view
This commit is contained in:
nickci2002 2025-06-18 13:04:00 -04:00 committed by GitHub
parent 5bc4cc761a
commit 20670186ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
#include <map>
#include <mutex>
#include <string>
#include <string_view>
#include "common/enum.h"
#include "common/singleton.h"