Skip to content

Commit

Permalink
馃洜 Add missing header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Oct 1, 2022
1 parent 1a9cc43 commit 9c1452a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/ztd/text/assume_valid_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#include <ztd/text/assert.hpp>

#include <type_traits>
#if ZTD_IS_ON(ZTD_TEXT_ASSUME_VALID_HANDLER_TRAPS_ON_INVOCATION)
#include <cstdlib>
#endif
Expand Down
1 change: 1 addition & 0 deletions include/ztd/text/detail/progress_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <ztd/idk/ebco.hpp>
#include <ztd/idk/type_traits.hpp>

#include <type_traits>
#include <utility>
#include <array>
#include <cstddef>
Expand Down

0 comments on commit 9c1452a

Please sign in to comment.