forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb07c695
committed
Fix header inclusion issue.
partprune.h failed to compile by itself; needs to include partdefs.h.I think I must've broken this infa2cf16, though I'd swear I ranthe appropriate tests when removing #includes. Anyway, it's verysensible for this file to include partdefs.h, so let's just do that.Per cpluspluscheck.1 parentea05b22 commitb07c695
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
|
0 commit comments
Comments
(0)