aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2024-02-24 10:07:23 -0500
committerluigi1111 <luigi1111w@gmail.com>2024-02-24 10:07:23 -0500
commitb335433204e6b2fe27e5bd2dc9613696b50e6fc7 (patch)
tree86e509e5601c1ab374aec4c7d0b8191a1f7e72ae /tests/unit_tests
parentMerge pull request #9142 (diff)
parentAdd <cstdint> to aligned test (diff)
downloadmonero-b335433204e6b2fe27e5bd2dc9613696b50e6fc7.tar.xz
Merge pull request #9145
f5b8634 Add <cstdint> to aligned test (Lee *!* Clagett)
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/aligned.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/aligned.cpp b/tests/unit_tests/aligned.cpp
index fadf5cc41..d20e7d38d 100644
--- a/tests/unit_tests/aligned.cpp
+++ b/tests/unit_tests/aligned.cpp
@@ -29,6 +29,7 @@
#include "gtest/gtest.h"
+#include <cstdint>
#include "common/aligned.h"
TEST(aligned, large_null) { ASSERT_TRUE(aligned_malloc((size_t)-1, 1) == NULL); }