Skip to content

Commit 12bcd7c

Browse files
committed
make include cleaner happy
1 parent 006f378 commit 12bcd7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/unittests/Dialect/QCO/IR/test_unitary_op_interface.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
*/
1010

1111
#include "mlir/Dialect/QCO/Builder/QCOProgramBuilder.h"
12+
#include "mlir/Dialect/QCO/IR/QCODialect.h"
1213

14+
#include <array>
1315
#include <complex>
16+
#include <cstddef>
1417
#include <functional>
1518
#include <gtest/gtest.h>
19+
#include <llvm/ADT/SmallVector.h>
1620
#include <llvm/Support/Casting.h>
1721
#include <llvm/Support/Error.h>
1822
#include <llvm/Support/raw_ostream.h>
@@ -27,6 +31,7 @@
2731
#include <mlir/IR/MLIRContext.h>
2832
#include <mlir/IR/OwningOpRef.h>
2933
#include <string>
34+
#include <tuple>
3035

3136
namespace {
3237

0 commit comments

Comments
 (0)