Skip to content
Snippets Groups Projects

Fix missing imports gcc 12/13 and issue 241

Merged Enno Maschke requested to merge bugfix/fix-missing-imports-gcc-12-13-and-issue-241 into develop
3 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
3
/********************************************************************************
* Copyright (c) 2019-2020 in-tech GmbH
* 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* 2024 Volkswagen AG
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
@@ -15,6 +16,7 @@
#include <set>
#include <string>
#include <vector>
#include <cstdint>
/**
* @brief The ObservationCyclics stores the samples which are logged by various modules
Loading