Skip to content

Commit

Permalink
Added missed chrono include to manager.cpp (openvinotoolkit#28192)
Browse files Browse the repository at this point in the history
Replacement for openvinotoolkit#27782
  • Loading branch information
ilya-lavrenov authored Dec 24, 2024
1 parent 4781826 commit 9d78056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/src/pass/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "openvino/pass/manager.hpp"

#include <algorithm>
#include <chrono>
#include <fstream>
#include <iomanip>
#include <iostream>
Expand Down

0 comments on commit 9d78056

Please sign in to comment.