Unverified Commit 8a9bd9fb authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Missing header. (#431)

parent f5930d37
...@@ -15,7 +15,9 @@ ...@@ -15,7 +15,9 @@
#include "reshape_elimination.hpp" #include "reshape_elimination.hpp"
#include <algorithm> #include <algorithm>
#include <iostream> #include <iostream>
#include <numeric>
#include <unordered_set> #include <unordered_set>
#include "ngraph/graph_util.hpp" #include "ngraph/graph_util.hpp"
#include "ngraph/log.hpp" #include "ngraph/log.hpp"
#include "ngraph/ops/add.hpp" #include "ngraph/ops/add.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