Skip to content

Commit

Permalink
fix: add <cstdint> for uintptr_t
Browse files Browse the repository at this point in the history
  • Loading branch information
tearfur committed Jul 6, 2023
1 parent 027f6d7 commit 589f1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/small/detail/exception/scope_guard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define SMALL_DETAIL_EXCEPTION_SCOPE_GUARD_HPP

#include <small/detail/exception/throw.hpp>
#include <cstdint> // uintptr_t
#include <functional>
#include <iostream>
#include <utility>
Expand Down

0 comments on commit 589f1d1

Please sign in to comment.