#ifndef WRAP_VECTOR_HPP #define WRAP_VECTOR_HPP #include "two-mallocs.hpp" #include namespace eng { template using vector = std::vector>; } // namespace eng #endif // WRAP_VECTOR_HPP