From 391d3197e94560b79242aed2d4ba8c866935a6f6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 8 Sep 2023 10:08:52 +0200 Subject: [PATCH] Fix broken includes due to auto format Signed-off-by: Steffen Vogel --- common/include/villas/graph/edge.hpp | 2 ++ common/include/villas/popen.hpp | 1 + 2 files changed, 3 insertions(+) diff --git a/common/include/villas/graph/edge.hpp b/common/include/villas/graph/edge.hpp index 37cf98dc9..7b17a2f80 100644 --- a/common/include/villas/graph/edge.hpp +++ b/common/include/villas/graph/edge.hpp @@ -7,6 +7,8 @@ #pragma once +#include + namespace villas { namespace graph { diff --git a/common/include/villas/popen.hpp b/common/include/villas/popen.hpp index 9a5ef8c1e..e952640d1 100644 --- a/common/include/villas/popen.hpp +++ b/common/include/villas/popen.hpp @@ -16,6 +16,7 @@ #include #include #include +#include namespace villas { namespace utils {