Skip to content

Commit

Permalink
Merge pull request #54151 from tensorflow/add-status-or
Browse files Browse the repository at this point in the history
Add missing `statusor` include
  • Loading branch information
mihaimaruseac committed Jan 27, 2022
2 parents f43419c + 8db8b69 commit 01c0e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/kernels/string_ngrams_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/core/framework/op_requires.h"
#include "tensorflow/core/platform/errors.h"
#include "tensorflow/core/platform/types.h"
#include "tensorflow/core/platform/statusor.h"

namespace tensorflow {
namespace text {
Expand Down

0 comments on commit 01c0e8a

Please sign in to comment.