Add <cstdint> to aligned test

dev-v0.11.2
Lee *!* Clagett 3 months ago
parent 8eab181fe1
commit f5b86342e8

@ -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…
Cancel
Save