summarylogtreecommitdiffstats
path: root/boost_include_dirs.patch
blob: 9d09a26944a0512e2ae1ea842772667113449ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.old	2021-01-28 22:37:28.458179329 +0100
+++ CMakeLists.txt	2021-01-28 22:36:56.678194692 +0100
@@ -56,7 +56,7 @@
 
 ## Specify additional locations of header files
 ## Your package locations should be listed before other locations
-include_directories(include ${catkin_INCLUDE_DIRS})
+include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS})
 if(WITH_LTTNG)
 	include_directories(${LTTNG_INCLUDEDIR})
 endif()