diff options
Diffstat (limited to 'src/include/access/xact.h')
| -rw-r--r-- | src/include/access/xact.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 45376b47928..11a51b26859 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -14,9 +14,11 @@ #ifndef XACT_H #define XACT_H -#include "access/xlog.h" +#include "access/xlogrecord.h" +#include "lib/stringinfo.h" #include "nodes/pg_list.h" #include "storage/relfilenode.h" +#include "utils/datetime.h" /* |
