#ifndef _LI_UTILS #include namespace Li { class Utils { public: static std::string HumanReadableByteStr(uint64_t bytes); }; } #endif