#include #include "format.h" namespace NYT { //////////////////////////////////////////////////////////////////////////////// void FormatValue(TStringBuilderBase* builder, TGuid value, TStringBuf /*format*/); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT