1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Add <cstdint> to aligned test

This commit is contained in:
Lee *!* Clagett 2024-01-29 21:40:50 -05:00
parent 8eab181fe1
commit f5b86342e8

View file

@ -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); }