diff --git a/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp b/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp index 1b2e3f59d..74c6ffc77 100644 --- a/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp +++ b/nebula_hw_interfaces/include/nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/reconfig.hpp @@ -43,7 +43,7 @@ namespace nebula::drivers::connections using aeva::ReconfigMessage; using aeva::ReconfigRequestType; using nlohmann::json; -using namespace std::chrono_literals; // NOLINT +using std::chrono_literals::operator""s; class ReconfigParser : public AevaParser, public AevaSender