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

Remove unused C++20 include which breaks build on C++17 compilers

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2024-02-08 09:34:41 +01:00 committed by Steffen Vogel
parent 2f15e151b4
commit 9b3a33f31b

View file

@ -8,7 +8,6 @@
#pragma once
#include <algorithm>
#include <bit>
#include <numeric>
#include <optional>
#include <stdint.h>