yuzu/externals/vcpkg/ports/influxdb-cxx/include-stringview.patch

13 lines
239 B
Diff
Raw Normal View History

2022-07-23 05:01:36 +04:00
diff --git a/src/Point.cxx b/src/Point.cxx
index 8f7fc10..95b119e 100644
--- a/src/Point.cxx
+++ b/src/Point.cxx
@@ -30,6 +30,7 @@
#include <memory>
#include <sstream>
#include <iomanip>
+#include <string_view>
namespace influxdb
{