aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-14 10:53:23 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-14 11:05:41 -0700
commit81a063287a0449cfe2f20a82c036146d6e9356f9 (patch)
tree35f653938288593baa7a27dcc8e61e637af06153 /tensorflow/core/util
parentb2cb6e27f42cd8db6b105e686b494afe9b76324d (diff)
Removed unnecessary includes from stringpiece.h
PiperOrigin-RevId: 213008707
Diffstat (limited to 'tensorflow/core/util')
-rw-r--r--tensorflow/core/util/tensor_bundle/naming.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/util/tensor_bundle/naming.h b/tensorflow/core/util/tensor_bundle/naming.h
index 6539d565e2..7b101971a8 100644
--- a/tensorflow/core/util/tensor_bundle/naming.h
+++ b/tensorflow/core/util/tensor_bundle/naming.h
@@ -35,6 +35,7 @@ limitations under the License.
#define TENSORFLOW_CORE_UTIL_TENSOR_BUNDLE_NAMING_H_
#include "tensorflow/core/lib/core/stringpiece.h"
+#include "tensorflow/core/platform/types.h"
namespace tensorflow {