Unverified Commit baed4aaf authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3142 from NervanaSystems/avijit/fix_include_issue

Added a missing guard that is breaking the build
parents c36e4980 18b2c28e
......@@ -33,7 +33,10 @@
#include "ngraph/codegen/execution_engine.hpp"
#endif
#ifdef NGRAPH_MLIR_ENABLE
#include "contrib/mlir/pass/mlir_subgraph_extraction.hpp"
#endif
#include "ngraph/descriptor/input.hpp"
#include "ngraph/descriptor/output.hpp"
#include "ngraph/file_util.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment