aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/str_util.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-21 14:59:18 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-21 18:00:14 -0800
commitb481783fe0e00a86f6feb20a8dcad5fc4fc936a4 (patch)
treef0e59f42fc34d0d8e9934508c1b54a1912a21068 /tensorflow/core/lib/strings/str_util.h
parent5d311389c411f32f6fd739492adb76434e490732 (diff)
Move #include <vector> out of port.h to users of std::vector<>.
After this we can replace port.h with types.h. Change: 112727463
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 a485d3e4a9..9d5ad81504 100644
--- a/tensorflow/core/lib/strings/str_util.h
+++ b/tensorflow/core/lib/strings/str_util.h
@@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_LIB_STRINGS_STR_UTIL_H_
#include <string>
+#include <vector>
#include "tensorflow/core/lib/core/stringpiece.h"
#include "tensorflow/core/lib/gtl/array_slice.h"
#include "tensorflow/core/lib/strings/strcat.h"