Skip to content

Commit

Permalink
Merge pull request #280 from laramiel/patch-2
Browse files Browse the repository at this point in the history
Add missing includes to  xdynamic_bitset.hpp
  • Loading branch information
JohanMabille authored Jan 10, 2024
2 parents 7449116 + a9a241c commit d11fb6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/xtl/xdynamic_bitset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include <climits>
#include <type_traits>
#include <vector>
#include <initializer_list>
#include <iterator>
#include <memory>
#include <algorithm>

#include "xclosure.hpp"
#include "xspan.hpp"
Expand Down

0 comments on commit d11fb6b

Please sign in to comment.