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:
parent
e34b1ffacd
commit
4349aaaac9
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <villas/graph/vertex.hpp>
|
||||
|
||||
namespace villas {
|
||||
namespace graph {
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <memory>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace villas {
|
||||
namespace utils {
|
||||
|
|
Loading…
Add table
Reference in a new issue