aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee *!* Clagett <code@leeclagett.com>2024-01-29 21:37:22 -0500
committerLee *!* Clagett <code@leeclagett.com>2024-01-29 21:37:22 -0500
commitb1c9a809a012a82aa48c7407106b37e12bb0e968 (patch)
tree19993f0541a7fb5b9eadcf4d37773a0b4ca3b745
parentMerge pull request #9126 (diff)
downloadmonero-b1c9a809a012a82aa48c7407106b37e12bb0e968.tar.xz
Add <cstdint> to aligned test
-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 b64b03c5a..9ae43aeb3 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); }