Fix compilation error with clang.

Link to breaking CI build:
https://ci.tensorflow.org/view/Nightly/job/nightly-matrix-linux-gpu-clang/232

PiperOrigin-RevId: 189944547
This commit is contained in:
Ilya Biryukov 2018-03-21 12:00:04 -07:00 committed by TensorFlower Gardener
parent 7a60167ba7
commit cbede3ea75

View File

@ -147,7 +147,7 @@ int main(int argc, char** argv) {
tensorflow::string session_id =
tensorflow::tpu::GetCurrentTimeStampAsString();
constexpr char kProfilePluginDirectory[] = "plugins/profile/";
string repository_root =
tensorflow::string repository_root =
::tensorflow::io::JoinPath(FLAGS_logdir, kProfilePluginDirectory);
while (true) {
std::cout << "Starting to profile TPU traces for " << duration_ms << " ms. "