Skip to content

Commit

Permalink
Add a missing #include
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Oct 14, 2024
1 parent e2f12c4 commit 1ad5373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/adobe/contract_checks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
#define INTERNAL_ADOBE_CONTRACT_VIOLATION_LIKELIHOOD
#endif

#include <exception>// for std::terminate();
#include <cstdint>// for std::uint32_t
#include <exception>// for std::terminate()
namespace adobe {
enum class contract_violation_kind { precondition, invariant };
}// namespace adobe
Expand Down

0 comments on commit 1ad5373

Please sign in to comment.