fix(build): Build without xrm
When xrm was disabled, main.cpp was missing the complete defintion of connection from connection.hpp, which was included xresources.hpp when xrm was enabled.
This commit is contained in:
parent
4b8cd8f616
commit
943fd1aaec
@ -6,6 +6,7 @@
|
|||||||
#include "utils/env.hpp"
|
#include "utils/env.hpp"
|
||||||
#include "utils/inotify.hpp"
|
#include "utils/inotify.hpp"
|
||||||
#include "utils/process.hpp"
|
#include "utils/process.hpp"
|
||||||
|
#include "x11/connection.hpp"
|
||||||
|
|
||||||
using namespace polybar;
|
using namespace polybar;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user