#ifndef PLATFORM_V2_CONFIG_STRING_H_ #define PLATFORM_V2_CONFIG_STRING_H_ #include #include "platform_v2/config/config.h" #if NEARBY_USE_STD_STRING using std::string; #endif #endif // PLATFORM_V2_CONFIG_STRING_H_