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
|
||
|
{
|