Fix class_annotator_pybind.h header guard (#924)

merging to unblock builders
pull/928/head snapshot-20220610.9
Tanyo Kwok 2022-06-11 02:58:26 +08:00 committed by GitHub
parent 6615add806
commit e70d4f732d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>