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:
patrick96 2018-04-01 22:32:29 +02:00 committed by Patrick Ziegler
parent aaf49c302f
commit 1d20df00e8
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "modules/meta/base.hpp"
#include "components/builder.hpp"
#include "components/config.hpp"
#include "components/logger.hpp"