Commit 2ab15afc authored by Bruce Momjian's avatar Bruce Momjian

Add missing include so include file compiles cleanly on its own.

parent 034dda61
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment