aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/str_util.h
diff options
context:
space:
mode:
authorGravatar Derek Murray <mrry@google.com>2016-09-14 09:30:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-14 10:47:31 -0700
commit985717037f0aa015ff57a9ea22e2798b89aa1296 (patch)
tree3026d2e719f4ec4981e40f8d945845f308ef7938 /tensorflow/core/lib/strings/str_util.h
parent78153c9e5d669d6b0f1dbdb76d786bf05b589910 (diff)
Include what you use in str_util.h: <functional> for std::function<>.
Change: 133142894
Diffstat (limited to 'tensorflow/core/lib/strings/str_util.h')
-rw-r--r--tensorflow/core/lib/strings/str_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/lib/strings/str_util.h b/tensorflow/core/lib/strings/str_util.h
index deaf6f2e8e..9dd1ede8dc 100644
--- a/tensorflow/core/lib/strings/str_util.h
+++ b/tensorflow/core/lib/strings/str_util.h
@@ -16,6 +16,7 @@ limitations under the License.
#ifndef TENSORFLOW_LIB_STRINGS_STR_UTIL_H_
#define TENSORFLOW_LIB_STRINGS_STR_UTIL_H_
+#include <functional>
#include <string>
#include <vector>
#include "tensorflow/core/lib/core/stringpiece.h"