diff --git a/IO/Import/CMakeLists.txt b/IO/Import/CMakeLists.txt
index b8e28f79c1b966cfa46b1146e12b5f68a38a6633..ec69425dc6d64d74fba8f7a03d296ca5f403e2a0 100644
--- a/IO/Import/CMakeLists.txt
+++ b/IO/Import/CMakeLists.txt
@@ -6,6 +6,10 @@ set(Module_SRCS
   vtkOBJImporterInternals.cxx
 )
 
+set (${vtk-module}_HDRS
+  vtk3DS.h
+)
+
 set_source_files_properties(
   vtkImporter
   ABSTRACT