mirror of
https://github.com/postgres/postgres.git
synced 2026-02-21 17:00:40 -05:00
Add missing #include
Fixes compiler warning I introduced while fixing bug #11431. Report and fix by Michael Paquier
This commit is contained in:
parent
65b0de44f5
commit
d233f0a52f
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include "mb/pg_wchar.h"
|
||||
#include "pg_upgrade.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue