diff options
Diffstat (limited to 'src/include/commands/sequence.h')
-rw-r--r-- | src/include/commands/sequence.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index 914d155c9f1..7cbe6f9a819 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -13,8 +13,9 @@ #ifndef SEQUENCE_H #define SEQUENCE_H -#include "access/xlog.h" +#include "access/xlogrecord.h" #include "fmgr.h" +#include "lib/stringinfo.h" #include "nodes/parsenodes.h" #include "storage/relfilenode.h" |