File add-missing-fstream-header.patch of Package tsc
diff -Nur TSC-2.1.0/tsc/scrdg/scrdg.cpp new/tsc/scrdg/scrdg.cpp --- TSC-2.1.0/tsc/scrdg/scrdg.cpp 2022-04-26 20:04:22.447164207 +0200 +++ new/tsc/scrdg/scrdg.cpp 2022-04-26 20:04:13.503120481 +0200 @@ -18,6 +18,7 @@ #include <algorithm> #include <iostream> #include <sstream> +#include <fstream> #include <cstdio> #include <pod.hpp>