File gix_cstdint.patch of Package gixsql
--- libgixpp/TPESQLCommon.h.old 2023-09-13 03:20:28.000000000 -0400 +++ libgixpp/TPESQLCommon.h 2026-02-03 09:50:05.381866612 -0500 @@ -2,6 +2,7 @@ #include <string> #include <map> +#include <cstdint> #include <memory> #include "ESQLDefinitions.h" --- libgixpp/TPESQLProcessor.h.old 2023-09-13 03:20:28.000000000 -0400 +++ libgixpp/TPESQLProcessor.h 2026-02-03 09:50:38.739923119 -0500 @@ -22,6 +22,7 @@ #include <string> #include <vector> +#include <cstdint> #include <map> #include <stack> #include <memory> --- libgixpp/ESQLCall.h.old 2023-09-13 03:20:28.000000000 -0400 +++ libgixpp/ESQLCall.h 2026-02-03 09:49:38.773821540 -0500 @@ -22,6 +22,7 @@ #include <string> #include <vector> +#include <cstdint> #include "ESQLDefinitions.h" #include "gix_esql_driver.hh" --- libgixpp/gix_esql_parser.yy.old 2023-09-13 03:20:28.000000000 -0400 +++ libgixpp/gix_esql_parser.yy 2026-02-03 09:47:34.935611764 -0500 @@ -32,6 +32,7 @@ #include <string> #include <cstring> #include <vector> +#include <cstdint> #include "ESQLDefinitions.h" #include "libcpputils.h"