1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00

fix(connection): Include cstdlib for std::free

This commit is contained in:
Michael Carlberg 2016-12-30 21:13:34 +01:00
parent e1c6a4e5a3
commit 8d1ff28589

View file

@ -1,5 +1,6 @@
#pragma once
#include <cstdlib>
#include <xpp/core.hpp>
#include <xpp/generic/factory.hpp>
#include <xpp/proto/x.hpp>