Add <cstdint> to aligned test

This commit is contained in:
Lee *!* Clagett 2024-01-29 21:37:22 -05:00
parent 059028a30a
commit b1c9a809a0
1 changed files with 1 additions and 0 deletions

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