Skip to content

Commit

Permalink
Fixes compilation up to moveit_py
Browse files Browse the repository at this point in the history
  • Loading branch information
TSNoble committed Nov 17, 2024
1 parent c4ebfc5 commit f64a9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <moveit/warehouse/constraints_storage.hpp>
#include <moveit/warehouse/trajectory_constraints_storage.hpp>
#include <moveit/moveit_cpp/moveit_cpp.hpp>
#include <warehouse_ros/database_loader.hpp>
#include <warehouse_ros/database_loader.h>
#include <pluginlib/class_loader.hpp>

#include <map>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#pragma once

#include <warehouse_ros/database_connection.hpp>
#include <warehouse_ros/database_connection.h>
#include <vector>
#include <string>

Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/warehouse/src/moveit_message_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* Author: Ioan Sucan */

#include <moveit/warehouse/moveit_message_storage.hpp>
#include <warehouse_ros/database_loader.hpp>
#include <warehouse_ros/database_loader.h>
#include <memory>
#include <utility>
#include <regex>
Expand Down

0 comments on commit f64a9fa

Please sign in to comment.