Fix missing #include in commands/matview.h.

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

Commit: e11cb8ba2c9134c9f16253213f2f0cf089c5838e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-03-06T23:21:05Z
Releases: 9.3.0
Fix missing #include in commands/matview.h.

It needs parsenodes.h to be compilable regardless of previous headers.

Files

PathChange+/−
src/include/commands/matview.h modified +3 −1