changeset 32384:f58397ac2013

VM: Explicitly include header that defines SIZE_MAX (bug #64760). * libinterp/parse-tree/pt-bytecode-vm.h: Inclde <cstdint> for SIZE_MAX added in 315dbb07cdde.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 08 Oct 2023 13:19:03 +0200
parents a476cdefdafc
children f170dbfc0eec
files libinterp/parse-tree/pt-bytecode-vm.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-bytecode-vm.h	Sun Oct 08 12:13:46 2023 +0200
+++ b/libinterp/parse-tree/pt-bytecode-vm.h	Sun Oct 08 13:19:03 2023 +0200
@@ -359,6 +359,7 @@
 #include "octave-config.h"
 
 #include <cstddef>
+#include <cstdint>
 #include <vector>
 #include <memory>