Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #152 from Hodorgasm/kinetic
Browse files Browse the repository at this point in the history
Fix "stdlib.h: No such file or directory" errors in GCC-6
  • Loading branch information
vrabaud committed Sep 21, 2016
2 parents 1b34a3c + ead421b commit 4cbcb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_geometry/CMakeLists.txt
Expand Up @@ -12,7 +12,7 @@ catkin_package(CATKIN_DEPENDS sensor_msgs

catkin_python_setup()

include_directories(SYSTEM ${catkin_INCLUDE_DIRS}
include_directories(${catkin_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
)
include_directories(include)
Expand Down

0 comments on commit 4cbcb7b

Please sign in to comment.