Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit baed4aa

Browse files
authored
Merge pull request #3142 from NervanaSystems/avijit/fix_include_issue
Added a missing guard that is breaking the build
2 parents c36e498 + 18b2c28 commit baed4aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ngraph/runtime/cpu/cpu_external_function.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@
3333
#include "ngraph/codegen/execution_engine.hpp"
3434
#endif
3535

36+
#ifdef NGRAPH_MLIR_ENABLE
3637
#include "contrib/mlir/pass/mlir_subgraph_extraction.hpp"
38+
#endif
39+
3740
#include "ngraph/descriptor/input.hpp"
3841
#include "ngraph/descriptor/output.hpp"
3942
#include "ngraph/file_util.hpp"

0 commit comments

Comments
 (0)