1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add missing #include

Fixes compiler warning I introduced while fixing bug #11431.

Report and fix by Michael Paquier
This commit is contained in:
Heikki Linnakangas
2014-11-03 19:29:33 +02:00
parent 65b0de44f5
commit d233f0a52f

View File

@ -9,6 +9,7 @@
#include "postgres_fe.h"
#include "mb/pg_wchar.h"
#include "pg_upgrade.h"