Skip to content

Commit

Permalink
Updated inclusion of YAML headers (ros-industrial#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Jul 7, 2023
1 parent 49d9690 commit 120dbbd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion noether_gui/include/noether_gui/plugin_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <noether_gui/widgets.h>
#include <string>
#include <memory>
#include <yaml-cpp/yaml.h>

class QWidget;

Expand Down
1 change: 1 addition & 0 deletions noether_gui/src/plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <QWidget>
#include <QMessageBox>
#include <yaml-cpp/yaml.h>

namespace noether
{
Expand Down
1 change: 1 addition & 0 deletions noether_gui/src/widgets/tpp_pipeline_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <noether_tpp/tool_path_modifiers/compound_modifier.h>
#include <QMenu>
#include <QMessageBox>
#include <yaml-cpp/yaml.h>

static const std::string MESH_MODIFIERS_KEY = "mesh_modifiers";
static const std::string TOOL_PATH_PLANNER_KEY = "tool_path_planner";
Expand Down

0 comments on commit 120dbbd

Please sign in to comment.