#ifndef UTIL_HPP #define UTIL_HPP #include "string" std::string ptr_to_str(const void* ptr); #endif