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:
parent
e1c6a4e5a3
commit
8d1ff28589
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdlib>
|
||||||
#include <xpp/core.hpp>
|
#include <xpp/core.hpp>
|
||||||
#include <xpp/generic/factory.hpp>
|
#include <xpp/generic/factory.hpp>
|
||||||
#include <xpp/proto/x.hpp>
|
#include <xpp/proto/x.hpp>
|
||||||
|
|
Loading…
Reference in a new issue