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