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:
patrick96 2018-05-12 18:44:28 +02:00 committed by Patrick Ziegler
parent 4b8cd8f616
commit 943fd1aaec
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "utils/env.hpp"
#include "utils/inotify.hpp"
#include "utils/process.hpp"
#include "x11/connection.hpp"
using namespace polybar;