#ifndef EXIV2_UTILS_HPP #define EXIV2_UTILS_HPP #include namespace Exiv2 { bool startsWith(const std::string_view& s, const std::string_view& start); } #endif // EXIV2_UTILS_HPP