Skip to content

Commit

Permalink
activate C++11 and include atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Nov 6, 2019
1 parent 0dedeca commit d93cac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion robotiq_3f_rviz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(robotiq_3f_rviz)

## Compile as C++11, supported in ROS Kinetic and newer
# add_compile_options(-std=c++11)
add_compile_options(-std=c++11)

set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
Expand Down
1 change: 1 addition & 0 deletions robotiq_3f_rviz/src/robotiq_3f_rviz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <ros/ros.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput.h>
#include <atomic>

namespace robotiq_3f_rviz {

Expand Down

0 comments on commit d93cac2

Please sign in to comment.