mirror of https://github.com/polybar/polybar.git
fix(connection): Include cstdlib for std::free
This commit is contained in:
parent
e1c6a4e5a3
commit
8d1ff28589
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <xpp/core.hpp>
|
||||
#include <xpp/generic/factory.hpp>
|
||||
#include <xpp/proto/x.hpp>
|
||||
|
|
Loading…
Reference in New Issue