mirror of
https://github.com/polybar/polybar.git
synced 2026-03-01 13:50:06 +00:00
fix(ycm): Fix ycm error
All files that include base.inl also include base.hpp but technically it's required for it to compile
This commit is contained in:
committed by
Patrick Ziegler
parent
aaf49c302f
commit
1d20df00e8
@ -1,3 +1,4 @@
|
||||
#include "modules/meta/base.hpp"
|
||||
#include "components/builder.hpp"
|
||||
#include "components/config.hpp"
|
||||
#include "components/logger.hpp"
|
||||
|
||||
Reference in New Issue
Block a user