#ifndef CONVERSION_H_ #define CONVERSION_H_ #include void convert(const std::string& path); #endif // CONVERSION_H_