From 3232f4ff956f5a32c0aac20c9e19d3b244a4b6b2 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 14 Jan 2024 08:40:50 +0100 Subject: [PATCH] add missed include for debugging --- src/lib/ebus/transport.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/ebus/transport.cpp b/src/lib/ebus/transport.cpp index e2fee3a5..2d4483b8 100644 --- a/src/lib/ebus/transport.cpp +++ b/src/lib/ebus/transport.cpp @@ -35,6 +35,9 @@ #endif #include "lib/ebus/data.h" #include "lib/utils/tcpsocket.h" +#ifdef DEBUG_RAW_TRAFFIC +# include "lib/utils/clock.h" +#endif namespace ebusd {