Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
16
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse openpass
opSimulation
Merge requests
!182
Fix missing imports gcc 12/13 and issue 241
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix missing imports gcc 12/13 and issue 241
bugfix/fix-missing-imports-gcc-12-13-and-issue-241
into
develop
Overview
3
Commits
2
Pipelines
1
Changes
3
Merged
Enno Maschke
requested to merge
bugfix/fix-missing-imports-gcc-12-13-and-issue-241
into
develop
10 months ago
Overview
3
Commits
2
Pipelines
1
Changes
3
Expand
Fix issue
#241 (closed)
Add missing header for gcc 12/13
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5ae15026
2 commits,
10 months ago
3 files
+
7
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
sim/src/core/opSimulation/modules/Observation_Log/observationCyclics.h
+
2
−
0
Options
/********************************************************************************
* 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