changeset 31650:24bd675bceab stable

octave-svgconvert: Include header that defines "stdin". * src/octave-svgconvert.cc: Explicitly include <cstdio> which defines "stdin" that is used in this file.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 07 Dec 2022 14:26:00 +0100
parents 29d734430e5f
children beb7f91a0a97 33ce26ffc42b
files src/octave-svgconvert.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/octave-svgconvert.cc	Tue Dec 06 14:53:00 2022 -0500
+++ b/src/octave-svgconvert.cc	Wed Dec 07 14:26:00 2022 +0100
@@ -27,6 +27,7 @@
 #  include "config.h"
 #endif
 
+#include <cstdio>
 #include <iostream>
 
 #if defined (OCTAVE_USE_WINDOWS_API)