From 3451d43d8068b1e0fb753cbe61e1879a2d191f8a Mon Sep 17 00:00:00 2001 From: "Breuninger Matthias (ETAS-ICA/XPC-Fe3)" Date: Wed, 6 Aug 2025 11:24:55 +0200 Subject: [PATCH] fix: Add missing include --- src/lib/lldpctl.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/lldpctl.hpp b/src/lib/lldpctl.hpp index bd1567bd..5d21c5f1 100644 --- a/src/lib/lldpctl.hpp +++ b/src/lib/lldpctl.hpp @@ -16,6 +16,7 @@ #include #include #include +#include #include @@ -67,7 +68,7 @@ namespace { /** - * @brief LLDP error category. Don't use this class directly, intead, use @ref lldpcli::make_error_code. + * @brief LLDP error category. Don't use this class directly, instead, use @ref lldpcli::make_error_code. */ class LldpErrCategory : public std::error_category { public: -- 2.47.2