mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 00:07:38 +00:00
Add <cstdint> to aligned test
This commit is contained in:
parent
8eab181fe1
commit
f5b86342e8
1 changed files with 1 additions and 0 deletions
|
@ -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); }
|
||||
|
|
Loading…
Reference in a new issue