common/common/Array.hpp
2022-12-30 22:55:47 -06:00

6 lines
106 B
C++

#ifndef COMMON_ARRAY_HPP
#define COMMON_ARRAY_HPP
#include "common/array/CSimpleSortedArray.hpp"
#endif