Skip to content

Commit 44f449b

Browse files
Merge pull request #2124 from DLR-AMR/fix-missing-header
Bugfix: Missing header
2 parents c0ef03d + 3f0188e commit 44f449b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ install( FILES
250250
t8_types/t8_vec.hxx
251251
t8_types/t8_vec.h
252252
t8_version.h
253-
t8_vtk.h
253+
t8_vtk.h
254+
t8_with_macro_error.h
254255
TYPE INCLUDE
255256
)
256257

0 commit comments

Comments
 (0)