Skip to content

Commit 30e27a9

Browse files
committed
readd include for safety.
1 parent d0fb488 commit 30e27a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/access/htup.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: htup.h,v 1.21 1999/07/04 05:47:06 momjian Exp $
9+
* $Id: htup.h,v 1.22 1999/07/12 13:32:38 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
1313
#ifndef HTUP_H
1414
#define HTUP_H
1515

16+
#include <utils/nabstime.h>
1617
#include <storage/bufpage.h>
1718
#include <storage/itemptr.h>
1819
#include <utils/memutils.h>

0 commit comments

Comments
 (0)