Add header for ptrdiff_t (thanks to rather old PR from Robin Gareus)

This commit is contained in:
Chris Cannam
2024-04-26 17:42:53 +01:00
parent 6915476164
commit 5526b88b81

View File

@@ -27,7 +27,8 @@
#include "VectorOps.h" #include "VectorOps.h"
#include <new> // for std::bad_alloc #include <new> // for std::bad_alloc
#include <stdlib.h> #include <cstdlib>
#include <cstddef> // ptrdiff_t
#include <stdexcept> #include <stdexcept>