diff options
author | David Robillard <d@drobilla.net> | 2025-02-10 19:33:48 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-10 19:33:48 -0500 |
commit | d4d7c64a7b03093d62fca36a0b73c550d69d8a94 (patch) | |
tree | c3ed14136ab14c163d10e01f8e33cf9264ec593a | |
parent | 74e6b03aaeb505070e70643e8c243d98755146bb (diff) | |
download | chilbert-d4d7c64a7b03093d62fca36a0b73c550d69d8a94.tar.gz chilbert-d4d7c64a7b03093d62fca36a0b73c550d69d8a94.tar.bz2 chilbert-d4d7c64a7b03093d62fca36a0b73c550d69d8a94.zip |
Add missing include
-rw-r--r-- | include/chilbert/chilbert.ipp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chilbert/chilbert.ipp b/include/chilbert/chilbert.ipp index 8910129..3aa9e37 100644 --- a/include/chilbert/chilbert.ipp +++ b/include/chilbert/chilbert.ipp @@ -7,6 +7,7 @@ #include "chilbert/SmallBitVec.hpp" #include "chilbert/StaticBitVec.hpp" #include "chilbert/detail/gray_code_rank.hpp" +#include "chilbert/detail/operations.hpp" #include <cassert> #include <climits> |