diff --git a/src/Point.cxx b/src/Point.cxx index cc64f49a..b5ecb58d 100644 --- a/src/Point.cxx +++ b/src/Point.cxx @@ -8,6 +8,7 @@ #include #include #include +#include namespace influxdb { @@ -32,7 +33,7 @@ Point&& Point::addField(std::string_view name, std::variant::digits10 + 1) << value; }, [&convert](const std::string& value) { convert << '"' << value << '"'; }, }, value); mFields += convert.str();