Add a number of missing headers being transitively pulled in.

This enables a few headers to be removed from implementations and in turn
simplify the build graph some.

PiperOrigin-RevId: 291452567
Change-Id: Ia29c0095f6444043f0f6fb7d91b3abd93dd983af
This commit is contained in:
Brian Atkinson 2020-01-24 15:11:58 -08:00 committed by TensorFlower Gardener
parent 37c3901db7
commit 7a08a4067c

View File

@ -22,6 +22,7 @@ limitations under the License.
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/types.h"
#include "tensorflow/core/kernels/ops_testutil.h"
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/platform/test.h"