mirror of https://github.com/llvm/torch-mlir
Fix class_annotator_pybind.h header guard (#924)
merging to unblock builderspull/928/head snapshot-20220610.9
parent
6615add806
commit
e70d4f732d
|
@ -12,7 +12,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef TORCHMLIRJITIRIMPORTER_CSRC_CLASS_ANNOTATOR_PYBIND_H
|
||||
#define TORCHMLIRJITIRIMPORTER_CSRC_PYBIND_H
|
||||
#define TORCHMLIRJITIRIMPORTER_CSRC_CLASS_ANNOTATOR_PYBIND_H
|
||||
|
||||
#include <torch/csrc/utils/pybind.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue