Skip to content

Commit c0454fb

Browse files
committed
Fix YCM config.
1 parent 677a2b4 commit c0454fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ycm_extra_conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
'-x',
3030
'c++',
3131

32+
# workaround for https://github.com/Valloric/YouCompleteMe/issues/303
33+
# also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800618
34+
'-isystem',
35+
'/usr/lib/ycmd/clang_includes/',
36+
3237
'-Iinclude',
3338
'-I%s/../libosmium/include' % basedir,
3439
'-I/usr/include/gdal',

0 commit comments

Comments
 (0)