Skip to content

Commit

Permalink
Fix ie_core.cpp header change
Browse files Browse the repository at this point in the history
Signed-off-by: Shoujiang Ma <[email protected]>
  • Loading branch information
mashoujiang committed May 19, 2021
1 parent 409a893 commit bce7227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inference-engine/src/inference_engine/ie_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#include <auto_plugin/auto_config.hpp>
#include <ie_core.hpp>
#include <multi-device/multi_device_config.hpp>
#include <ngraph/graph_util.hpp>
#include <ngraph/ngraph.hpp>
#include <ngraph/opsets/opset.hpp>
#include <ngraph/ngraph.hpp>
#include <ngraph/graph_util.hpp>
#include <ngraph/pass/constant_folding.hpp>

#include "compilation_context.hpp"
Expand All @@ -23,6 +23,7 @@
#include "ie_cache_manager.hpp"
#include "ie_cache_guard.hpp"
#include "ie_itt.hpp"
#include "file_utils.h"
#include "ie_network_reader.hpp"
#include "xml_parse_utils.h"
#include "cpp_interfaces/interface/ie_internal_plugin_config.hpp"
Expand Down

0 comments on commit bce7227

Please sign in to comment.