Fix header inclusion issue.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b07c695d9c34cccfa0138ca7f4c76547a24c74e1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-02-12T03:37:24Z
Releases: 12.0
Fix header inclusion issue.

partprune.h failed to compile by itself; needs to include partdefs.h.

I think I must've broken this in fa2cf164a, though I'd swear I ran
the appropriate tests when removing #includes.  Anyway, it's very
sensible for this file to include partdefs.h, so let's just do that.

Per cpluspluscheck.

Files

PathChange+/−
src/include/partitioning/partprune.h modified +2 −0