#pragma once #include #include std::vector operator+(std::vector a, const std::vector& b); std::vector operator+(std::vector a, const uint8_t& b);