#pragma once #include #include "common.hpp" POLYBAR_NS template using malloc_ptr_t = shared_ptr; template using malloc_unique_ptr = unique_ptr; POLYBAR_NS_END