Add missing include after LLVM 049043b598ef5b12a5894c0c22db8608be70f517
authorBenjamin Kramer <kramerb@google.com>
Thu, 21 Nov 2019 14:01:35 +0000 (06:01 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 21 Nov 2019 14:12:14 +0000 (06:12 -0800)
PiperOrigin-RevId: 281732683

mlir/include/mlir/Support/Functional.h

index edc5e1d..eca7504 100644 (file)
@@ -19,6 +19,7 @@
 #define MLIR_SUPPORT_FUNCTIONAL_H_
 
 #include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/Casting.h"
 
 /// This file provides some simple template functional-style sugar to operate