Add missing header include.

PiperOrigin-RevId: 300531813
Change-Id: Ie2a6d138ff97675ed066b7a2dec067f55599e143
This commit is contained in:
Adrian Kuegel 2020-03-12 06:00:09 -07:00 committed by TensorFlower Gardener
parent c56b3a2e82
commit 453186c1a0

View File

@ -20,6 +20,7 @@ limitations under the License.
#include <vector>
#include "llvm/ADT/Triple.h"
#include "llvm/Support/Host.h"
#include "tensorflow/compiler/xla/client/client_library.h"
#include "tensorflow/compiler/xla/client/xla_builder.h"
#include "tensorflow/compiler/xla/client/xla_computation.h"