common/common/String.hpp
2022-12-26 16:28:55 -06:00

6 lines
99 B
C++

#ifndef COMMON_STRING_HPP
#define COMMON_STRING_HPP
#include "common/string/RCString.hpp"
#endif