mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
6 lines
106 B
C++
6 lines
106 B
C++
#ifndef COMMON_ARRAY_HPP
|
|
#define COMMON_ARRAY_HPP
|
|
|
|
#include "common/array/CSimpleSortedArray.hpp"
|
|
|
|
#endif
|