#ifndef UTILS_H #define UTILS_H #include #include #include namespace Utils { std::vector read_binary_file(std::string filepath); } // namespace Utils #endif