From 9b3a33f31b45456633a04c0bb94d19add5445f75 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 8 Feb 2024 09:34:41 +0100 Subject: [PATCH] Remove unused C++20 include which breaks build on C++17 compilers Signed-off-by: Steffen Vogel --- include/villas/nodes/modbus.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/villas/nodes/modbus.hpp b/include/villas/nodes/modbus.hpp index e0f9b61c7..dcee555fc 100644 --- a/include/villas/nodes/modbus.hpp +++ b/include/villas/nodes/modbus.hpp @@ -8,7 +8,6 @@ #pragma once #include -#include #include #include #include