From 1734e0c64e2554182f1a87a7421daf00d37a7986 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 9 Apr 2020 18:23:28 -0700 Subject: [PATCH] Add missing #include PiperOrigin-RevId: 305801895 Change-Id: I5927fdb927e8d54559c4372add8046b9e5cf0d7d --- tensorflow/compiler/mlir/lite/tf_tfl_translate.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow/compiler/mlir/lite/tf_tfl_translate.cc b/tensorflow/compiler/mlir/lite/tf_tfl_translate.cc index 35f9b24f807..ade1e325617 100644 --- a/tensorflow/compiler/mlir/lite/tf_tfl_translate.cc +++ b/tensorflow/compiler/mlir/lite/tf_tfl_translate.cc @@ -13,6 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ +#include + #include "absl/strings/str_split.h" #include "llvm/ADT/StringExtras.h" #include "llvm/Support/CommandLine.h"