#ifndef MEMGRAPH_SERVER_UV_CORE_HPP #define MEMGRAPH_SERVER_UV_CORE_HPP #include namespace uv { using callback_t = void (*)(uv_handle_t *); } #endif