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
parent a792a4abd6
commit 31aabb9acf

View file

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