#ifndef DANS_STRING_UTILS #define DANS_STRING_UTILS #include // I changed this file // void Sort(std::string array[], size_t size); size_t Find(const std::string array[], size_t size, std::string key); #endif