Skip to content

Commit cc33f27

Browse files
committed
[build] missed adding header to makefiles
1 parent cc1692e commit cc33f27

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/base/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ add_library(
4343
color_spaces.hh
4444
date_time_scanner.cfg.hh
4545
date_time_scanner.hh
46+
distributed_slice.hh
4647
enum_util.hh
4748
from_trait.hh
4849
fs_util.hh

src/base/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ noinst_HEADERS = \
3434
color_spaces.hh \
3535
date_time_scanner.cfg.hh \
3636
date_time_scanner.hh \
37+
distributed_slice.hh \
3738
enum_util.hh \
3839
file_range.hh \
3940
from_trait.hh \

0 commit comments

Comments
 (0)