Add missing fmgr.h include.

This commit is contained in:
Andres Freund 2019-08-16 15:19:50 -07:00
parent fb3b098fe8
commit 00a5c4c17b

View File

@ -13,6 +13,7 @@
#include "postgres.h"
#include "commands/seclabel.h"
#include "fmgr.h"
#include "miscadmin.h"
#include "utils/rel.h"