Skip to content

Commit

Permalink
[cmake] include missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
avilleret committed Apr 18, 2022
1 parent d687e60 commit d85703a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ossia_sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ set(API_HEADERS
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/locked_container.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/lockfree_queue.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/logger.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/logger_fwd.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/math.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/mpl.hpp"
"${CMAKE_CURRENT_SOURCE_DIR}/ossia/detail/mutex.hpp"
Expand Down

0 comments on commit d85703a

Please sign in to comment.