pineapple/externals/vcpkg/ports/influxdb-cxx/include-stringview.patch
2022-07-23 03:01:36 +02:00

12 lines
239 B
Diff
Executable file

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
{