Skip to content

Commit d93cac2

Browse files
activate C++11 and include atomic
1 parent 0dedeca commit d93cac2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

robotiq_3f_rviz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
22
project(robotiq_3f_rviz)
33

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

77
set(CMAKE_INCLUDE_CURRENT_DIR ON)
88
set(CMAKE_AUTOMOC ON)

robotiq_3f_rviz/src/robotiq_3f_rviz.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <ros/ros.h>
44
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
55
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput.h>
6+
#include <atomic>
67

78
namespace robotiq_3f_rviz {
89

0 commit comments

Comments
 (0)