mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
Add <cstdint> to aligned test
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user