changeset 31328:158f37cbbf5c

Array-fwd.h: Include <memory> for std::allocator template class.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 22 Oct 2022 21:01:33 +0200
parents 53987cfe08a0
children 0de399ce753c
files liboctave/array/Array-fwd.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/array/Array-fwd.h	Sat Oct 22 20:24:03 2022 +0200
+++ b/liboctave/array/Array-fwd.h	Sat Oct 22 21:01:33 2022 +0200
@@ -35,6 +35,7 @@
 class OCTARRAY_API Array;
 
 #else
+#  include <memory>
 
 template <typename T, typename Alloc = std::allocator<T>>
 class OCTARRAY_API Array;