Skip to content

Commit d233f0a

Browse files
committed
Add missing #include
Fixes compiler warning I introduced while fixing bug #11431. Report and fix by Michael Paquier
1 parent 65b0de4 commit d233f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/pg_upgrade/check.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "postgres_fe.h"
1111

12+
#include "mb/pg_wchar.h"
1213
#include "pg_upgrade.h"
1314

1415

0 commit comments

Comments
 (0)