1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fix broken includes due to auto format

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-08 10:08:52 +02:00 committed by Steffen Vogel
parent e34b1ffacd
commit 4349aaaac9
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@
#pragma once
#include <villas/graph/vertex.hpp>
namespace villas {
namespace graph {

View file

@ -16,6 +16,7 @@
#include <memory>
#include <ostream>
#include <string>
#include <vector>
namespace villas {
namespace utils {