diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2f726f02431b209b5d6eee55512175a4c8b40aff..63b08cdc7a135d4bcebe4a359972cb763b6c713d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,6 +27,7 @@ SET(HDRS
     corner_detector.h
     entities.h
     grid_2d.h
+    grid_cluster.h
     laser_scan.h
     line_detector.h
     line_finder.h
@@ -44,6 +45,7 @@ SET(SRCS
     corner_detector.cpp
     entities.cpp
     grid_2d.cpp
+    grid_cluster.cpp
     laser_scan.cpp
     line_detector.cpp
     line_finder.cpp