#ifndef GUARD_OLC_MD5_HPP #define GUARD_OLC_MD5_HPP #include namespace olCompile { std::string md5(std::string s); } // namespace olCompile #endif