Include missing header file in logging.cc.

It was transitively depending on strcat.h

PiperOrigin-RevId: 263393847
This commit is contained in:
Gunhan Gulsoy 2019-08-14 11:37:01 -07:00 committed by TensorFlower Gardener
parent c1ef1c6361
commit dcbcace233

View File

@ -18,6 +18,7 @@ limitations under the License.
#include <iostream>
#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/lib/strings/strcat.h"
namespace tensorflow {