diff --git a/pgrx-pg-sys/include/pg12.h b/pgrx-pg-sys/include/pg12.h index 4222c70eb..4d19ee60d 100644 --- a/pgrx-pg-sys/include/pg12.h +++ b/pgrx-pg-sys/include/pg12.h @@ -76,6 +76,7 @@ #include "executor/tuptable.h" #include "foreign/fdwapi.h" #include "foreign/foreign.h" +#include "libpq/pqformat.h" #include "mb/pg_wchar.h" #include "nodes/execnodes.h" #include "nodes/extensible.h" diff --git a/pgrx-pg-sys/include/pg13.h b/pgrx-pg-sys/include/pg13.h index 8598cf63f..1bae236f5 100644 --- a/pgrx-pg-sys/include/pg13.h +++ b/pgrx-pg-sys/include/pg13.h @@ -76,6 +76,7 @@ #include "executor/tuptable.h" #include "foreign/fdwapi.h" #include "foreign/foreign.h" +#include "libpq/pqformat.h" #include "mb/pg_wchar.h" #include "nodes/execnodes.h" #include "nodes/extensible.h" diff --git a/pgrx-pg-sys/include/pg14.h b/pgrx-pg-sys/include/pg14.h index 8598cf63f..1bae236f5 100644 --- a/pgrx-pg-sys/include/pg14.h +++ b/pgrx-pg-sys/include/pg14.h @@ -76,6 +76,7 @@ #include "executor/tuptable.h" #include "foreign/fdwapi.h" #include "foreign/foreign.h" +#include "libpq/pqformat.h" #include "mb/pg_wchar.h" #include "nodes/execnodes.h" #include "nodes/extensible.h" diff --git a/pgrx-pg-sys/include/pg15.h b/pgrx-pg-sys/include/pg15.h index 8f450eb1f..27133d602 100644 --- a/pgrx-pg-sys/include/pg15.h +++ b/pgrx-pg-sys/include/pg15.h @@ -77,6 +77,7 @@ #include "executor/tuptable.h" #include "foreign/fdwapi.h" #include "foreign/foreign.h" +#include "libpq/pqformat.h" #include "mb/pg_wchar.h" #include "nodes/execnodes.h" #include "nodes/extensible.h" diff --git a/pgrx-pg-sys/include/pg16.h b/pgrx-pg-sys/include/pg16.h index 5225d344e..380e6b83a 100644 --- a/pgrx-pg-sys/include/pg16.h +++ b/pgrx-pg-sys/include/pg16.h @@ -77,6 +77,7 @@ #include "executor/tuptable.h" #include "foreign/fdwapi.h" #include "foreign/foreign.h" +#include "libpq/pqformat.h" #include "mb/pg_wchar.h" #include "nodes/execnodes.h" #include "nodes/extensible.h"