Skip to content

Commit

Permalink
Fix OSS build
Browse files Browse the repository at this point in the history
Add include of ADT/SmallVector.h.
Fixes tensorflow/mlir#254.

PiperOrigin-RevId: 281721705
  • Loading branch information
Nicolas Vasilache authored and tensorflower-gardener committed Nov 21, 2019
1 parent d05effb commit 8bde4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/include/mlir/TableGen/OpInterfaces.h
Expand Up @@ -23,6 +23,7 @@
#define MLIR_TABLEGEN_OPINTERFACES_H_

#include "mlir/Support/LLVM.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"

namespace llvm {
Expand Down

0 comments on commit 8bde4aa

Please sign in to comment.