#ifndef RFL_VECTORSTRING_HPP_ #define RFL_VECTORSTRING_HPP_ #include #include namespace rfl { using Vectorstring = std::vector; } // namespace rfl #endif