In file included from ReadBlockProcessor_TandemJunctions.cpp:26:
ReadBlockProcessor_TandemJunctions.h:31:5: error: ‘uint32_t’ does not name a type
31 | uint32_t start1;
| ^~~~~~~~
ReadBlockProcessor_TandemJunctions.h:27:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
26 | #include "ReadBlockProcessor.h"
+++ |+#include <cstdint>
27 |
ReadBlockProcessor_TandemJunctions.h:32:5: error: ‘uint32_t’ does not name a type
32 | uint32_t end1;
| ^~~~~~~~
ReadBlockProcessor_TandemJunctions.h:32:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
ReadBlockProcessor_TandemJunctions.h:33:5: error: ‘uint32_t’ does not name a type
33 | uint32_t start2;
| ^~~~~~~~
ReadBlockProcessor_TandemJunctions.h:33:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
ReadBlockProcessor_TandemJunctions.h:34:5: error: ‘uint32_t’ does not name a type
34 | uint32_t end2;
| ^~~~~~~~
ReadBlockProcessor_TandemJunctions.h:34:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
Fixes compilation on Arch Linux
Without this patch compilation fails on Arch.