mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:09:01 +08:00
13 lines
239 B
Diff
13 lines
239 B
Diff
|
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
|
||
|
{
|