# HG changeset patch # User Markus Mützel # Date 1670419560 -3600 # Node ID 24bd675bceab4688e199961a0aac796b1c12d209 # Parent 29d734430e5f4c327676fe81ecdcea6b8fa527be octave-svgconvert: Include header that defines "stdin". * src/octave-svgconvert.cc: Explicitly include which defines "stdin" that is used in this file. diff -r 29d734430e5f -r 24bd675bceab src/octave-svgconvert.cc --- 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 #include #if defined (OCTAVE_USE_WINDOWS_API)