Skip to content

Commit dd9590e

Browse files
cyb70289serge-sans-paille
authored andcommitted
Fix ptrdiff_t undefined error
1 parent bd890b8 commit dd9590e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/xsimd/memory/xsimd_aligned_allocator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "../config/xsimd_arch.hpp"
1515

1616
#include <algorithm>
17+
#include <cstddef>
1718
#include <utility>
1819
#ifdef _WIN32
1920
#include <malloc.h>

0 commit comments

Comments
 (0)