Skip to content

Commit 7148232

Browse files
committed
[PGPRO-5691] added forgotten #include
1 parent e102b2f commit 7148232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: engine.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/* #include "storage/smgr.h" */
2424
/* #include "utils/relcache.h" */
2525
#include "access/hash.h"
26-
26+
#include "utils/guc.h"
2727

2828
/* Persistent copy of ptrack.map to restore after crash */
2929
#define PTRACK_PATH "global/ptrack.map"

0 commit comments

Comments
 (0)