Make storage/standby.h compile standalone again.

This file has failed headerscheck/cpluspluscheck verification since
commit 0650ff230, as a result of referencing typedef TimestampTz
without including the appropriate header.
This commit is contained in:
Tom Lane 2021-01-24 18:08:55 -05:00
parent c7edf4ac24
commit a4b03de589
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef STANDBY_H
#define STANDBY_H
#include "datatype/timestamp.h"
#include "storage/lock.h"
#include "storage/procsignal.h"
#include "storage/relfilenode.h"