From 281f5c46b48a225542e5041e6c5f451452979cef Mon Sep 17 00:00:00 2001 From: Pavel Turbin Date: Mon, 26 Aug 2024 15:12:22 +0100 Subject: [PATCH] chore: Include time.h header in cec-ctl.cpp --- utils/cec-ctl/cec-ctl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/cec-ctl/cec-ctl.cpp b/utils/cec-ctl/cec-ctl.cpp index b999177..c738125 100644 --- a/utils/cec-ctl/cec-ctl.cpp +++ b/utils/cec-ctl/cec-ctl.cpp @@ -14,6 +14,8 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#include +#include #include #include