Skip to content

Commit

Permalink
add missing header for v. new g++
Browse files Browse the repository at this point in the history
  • Loading branch information
ixchow committed Sep 7, 2023
1 parent d114356 commit 52b921d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Load.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

#include <functional>
#include <stdexcept>
#include <cstdint>


enum LoadTag : uint32_t {
LoadTagEarly,
Expand Down

0 comments on commit 52b921d

Please sign in to comment.