mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05: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:
parent
aaf49c302f
commit
1d20df00e8
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#include "modules/meta/base.hpp"
|
||||||
#include "components/builder.hpp"
|
#include "components/builder.hpp"
|
||||||
#include "components/config.hpp"
|
#include "components/config.hpp"
|
||||||
#include "components/logger.hpp"
|
#include "components/logger.hpp"
|
||||||
|
|
Loading…
Reference in a new issue