diff --git a/CMakeLists.txt b/CMakeLists.txt
index c21c23feb0f8b770e69d110b45a584fa809268c7..f8a28be561ca5c5834c2eb248fc69c7535cbebb3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,6 +39,7 @@ add_subdirectory (src/tests/spline_test)
 
 install(FILES
 	${CMAKE_SOURCE_DIR}/include/spline/bernstein.h
+	${CMAKE_SOURCE_DIR}/include/spline/bezier_polynom_conversion.h
 	${CMAKE_SOURCE_DIR}/include/spline/curve_abc.h
 	${CMAKE_SOURCE_DIR}/include/spline/exact_cubic.h
 	${CMAKE_SOURCE_DIR}/include/spline/MathDefs.h