Skip to content

Commit

Permalink
Add missing header to CMake
Browse files Browse the repository at this point in the history
Fixes #17.
  • Loading branch information
foonathan committed Oct 30, 2017
1 parent f6eaf5f commit abe7c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set(detail_header
${header_path}/detail/assert.hpp
${header_path}/detail/container_node_sizes.hpp
${header_path}/detail/debug_helpers.hpp
${header_path}/detail/ebo_storage.hpp
${header_path}/detail/free_list.hpp
${header_path}/detail/free_list_array.hpp
${header_path}/detail/lowlevel_allocator.hpp
Expand Down

0 comments on commit abe7c91

Please sign in to comment.