aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLee *!* Clagett <code@leeclagett.com>2024-01-29 21:40:50 -0500
committerLee *!* Clagett <code@leeclagett.com>2024-01-29 21:40:50 -0500
commitf5b86342e8e6a1d8e6bc8e52261e91b0e0338159 (patch)
tree9539eb3b2378be7b1ba217522925fe4ac3e99387 /tests
parentMerge pull request #9080 (diff)
downloadmonero-f5b86342e8e6a1d8e6bc8e52261e91b0e0338159.tar.xz
Add <cstdint> to aligned test
Diffstat (limited to '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); }