Skip to content

Commit

Permalink
GCC 13 fixes (include <cstdint>)
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Oct 6, 2024
1 parent 6e276f9 commit c514180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/crouton/util/Base.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
//

#pragma once
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <string_view>
Expand Down
1 change: 1 addition & 0 deletions include/crouton/util/MiniOStream.hh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#pragma once
#include <concepts>
#include <cstdint>
#include <cstring>
#include <span>
#include <stdexcept>
Expand Down

0 comments on commit c514180

Please sign in to comment.