Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2ab15af

Browse files
committed
Add missing include so include file compiles cleanly on its own.
1 parent 034dda6 commit 2ab15af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/commands/tablecmds.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#ifndef TABLECMDS_H
1515
#define TABLECMDS_H
1616

17+
#include "access/htup.h"
1718
#include "nodes/parsenodes.h"
1819
#include "storage/lock.h"
1920
#include "utils/relcache.h"

0 commit comments

Comments
 (0)