Skip to content

Commit 5a063ea

Browse files
committed
Add pathman's src/include to windows project include dirs
Conflicts: src/tools/msvc/Mkvcbuild.pm
1 parent 2082e0f commit 5a063ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ my $contrib_extralibs = undef;
3838
my $contrib_extraincludes =
3939
{ 'tsearch2' => ['contrib/tsearch2'], 'dblink' => ['src/backend'],
4040
'jsquery' => ['contrib/jsquery' ],
41+
'pg_pathman' => ['contrib/pg_pathman/src/include'],
4142
'pg_hint_plan' => ['src/pl/plpgsql/src']
4243
};
4344
my $contrib_extrasource = {

0 commit comments

Comments
 (0)