Skip to content
Snippets Groups Projects
Commit 287d7c6b authored by Fabian Reister's avatar Fabian Reister
Browse files

fixing build after formatting

parent e2639a00
No related branches found
No related tags found
1 merge request!509running clang-format-17 on codebase
Pipeline #22031 failed
......@@ -9,6 +9,7 @@
#include <Inventor/nodes/SoIndexedFaceSet.h>
#include <Inventor/nodes/SoShapeHints.h>
#include <Inventor/nodes/SoSphere.h>
#include <Inventor/nodes/SoTransform.h>
#include <Inventor/nodes/SoTranslation.h>
namespace armarx::viz::coin
......
#pragma once
#include <filesystem>
#include <QString>
#include <QWidget>
// Qt headers must come before <filesystem>
// https://stackoverflow.com/questions/69407237/qt-moc-errorusr-include-c-10-bits-fs-fwd-39-parse-error-at-std
#include <filesystem>
#include <RobotAPI/libraries/armem/client/Query.h>
#include <RobotAPI/libraries/armem/core/forward_declarations.h>
......
......@@ -24,6 +24,7 @@
#pragma once
#include <memory>
#include <vector>
namespace armarx::math
{
......
......@@ -24,6 +24,7 @@
#include <algorithm>
#include <ArmarXCore/core/exceptions/LocalException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/observers/filters/DatafieldFilter.h>
#include <ArmarXCore/util/variants/eigen3/MatrixVariant.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment