File qucs-ftx-build-gcc13.patch of Package qucs
diff -up qucs-0.0.20/qucs/mouseactions.cpp.aaaa qucs-0.0.20/qucs/mouseactions.cpp --- qucs-0.0.20/qucs/mouseactions.cpp.aaaa 2024-06-09 02:00:00.000000000 +0200 +++ qucs-0.0.20/qucs/mouseactions.cpp 2024-07-06 19:01:56.370320462 +0200 @@ -48,6 +48,7 @@ #include <limits.h> #include <stdint.h> #include <stdlib.h> +#include <cstdint> #define DOC_X_POS(x) (int(float(x)/Doc->Scale) + Doc->ViewX1) diff -up qucs-0.0.20/qucs/schematic_element.cpp.aaaa qucs-0.0.20/qucs/schematic_element.cpp --- qucs-0.0.20/qucs/schematic_element.cpp.aaaa 2024-06-09 02:00:00.000000000 +0200 +++ qucs-0.0.20/qucs/schematic_element.cpp 2024-07-06 19:00:20.857913871 +0200 @@ -21,6 +21,7 @@ #include "schematic.h" #include <Q3PtrList> #include <QDebug> +#include <cstdint> /* *******************************************************************