Description: Include cstdint to fix ftbfs with gcc-13
Author: Nilesh Patra <nilesh@riseup.net>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037815
Last-Update: 2023-06-20
--- a/pbdata/utils.hpp
+++ b/pbdata/utils.hpp
@@ -5,6 +5,7 @@
 #include <fstream>
 #include <iostream>
 #include <string>
+#include <cstdint>
 
 template <typename t_file>
 void CrucialOpen(std::string& fileName, t_file& file,
