// // Created by max on 08.08.22. // #ifndef PDS_MAP_HPP #define PDS_MAP_HPP #include "mpgraphs/utility.hpp" namespace pds { using mpgraphs::map; using mpgraphs::set; } #endif //PDS_MAP_HPP