Skip to content

Commit

Permalink
Fix Include for test_hugepage_alloc.cpp (#1793)
Browse files Browse the repository at this point in the history
Add missing include <cstdint> for `std::uintptr_t`.
  • Loading branch information
lukasm91 authored and havogt committed Sep 30, 2024
1 parent be00005 commit e2592e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/common/test_hugepage_alloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
#include <gtest/gtest.h>

#include <cstdint>
#include <set>

#include <gridtools/common/hugepage_alloc.hpp>
Expand Down

0 comments on commit e2592e1

Please sign in to comment.