diff --git a/CMakeLists.txt b/CMakeLists.txt
index c25305e120a805a9c028f9592a5073fa4973356b..f81141a8536980dce0c239081217baf2c6e24dd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,8 @@ add_library(stationresponse SHARED
 
 set_target_properties(stationresponse PROPERTIES VERSION 3)
 
+target_include_directories(stationresponse PUBLIC ${CASACORE_INCLUDE_DIR})
+
 target_link_libraries(stationresponse PUBLIC ${CASACORE_LIBRARIES})
 
 target_link_libraries(stationresponse PUBLIC hamaker lobes oskar)