diff --git CMakeLists.txt CMakeLists.txt
index 810a454..3e3017d 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -63,6 +63,10 @@ if(NOT Boost_FOUND)
     message(FATAL_ERROR "Boost required to compile iridium")
 endif()
 
+if(Boost_FOUND)
+   include_directories(${Boost_INCLUDE_DIRS})
+endif()
+
 ########################################################################
 # Install directories
 ########################################################################