aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-14 11:46:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-14 11:53:57 -0700
commit655358afc90f426c2d7a9daaf81007d203408cdd (patch)
treedd229d0a3c25fbe742c3336098798e5e001968c0 /tensorflow/cc
parent743cc9f4166c20c2ea7c84740f2ae42de9720d32 (diff)
Move StringPieceHasher from stringpiece.h to hash.h (where there is already a hash<StringPiece>).
PiperOrigin-RevId: 189060958
Diffstat (limited to 'tensorflow/cc')
-rw-r--r--tensorflow/cc/framework/cc_op_gen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/cc/framework/cc_op_gen.cc b/tensorflow/cc/framework/cc_op_gen.cc
index 39893f5ccd..d73121c7b7 100644
--- a/tensorflow/cc/framework/cc_op_gen.cc
+++ b/tensorflow/cc/framework/cc_op_gen.cc
@@ -28,6 +28,7 @@ limitations under the License.
#include "tensorflow/core/framework/types.pb_text.h"
#include "tensorflow/core/lib/gtl/map_util.h"
#include "tensorflow/core/lib/gtl/stl_util.h"
+#include "tensorflow/core/lib/hash/hash.h"
#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/lib/strings/strcat.h"
#include "tensorflow/core/platform/env.h"