From: Breuninger Matthias (ETAS-ICA/XPC-Fe3) Date: Wed, 6 Aug 2025 09:24:55 +0000 (+0200) Subject: fix: Add missing include X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F742%2Fhead;p=thirdparty%2Flldpd.git fix: Add missing include --- 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: