8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe96ae commit ee5dbc8Copy full SHA for ee5dbc8
src/tools/pginclude/cpluspluscheck
@@ -36,5 +36,5 @@ do
36
echo '};'
37
} >$tmp/test.cpp
38
39
- ${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
+ ${CXX:-g++} -I . -I src/interfaces/libpq -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
40
done
0 commit comments