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

common: Add missing include

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-03-26 09:41:52 +01:00 committed by pipeacosta
parent a488edb745
commit 2127329c3e

View file

@ -8,6 +8,7 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <villas/version.hpp>