diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py index 56688171..385f768c 100644 --- a/.ycm_extra_conf.py +++ b/.ycm_extra_conf.py @@ -4,6 +4,7 @@ def FlagsForFile( filename, **kwargs ): '-xc++', '-std=c++11', '-DLOGURU_WITH_STREAMS=1', + '-Isrc/', '-Ithird_party/', '-Ithird_party/doctest', '-Ithird_party/rapidjson/include',