mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Add missing include so include file compiles cleanly on its own.
This commit is contained in:
parent
034dda61dd
commit
2ab15afcdd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#ifndef TABLECMDS_H
|
||||
#define TABLECMDS_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
#include "storage/lock.h"
|
||||
#include "utils/relcache.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue