Skip to content

Commit

Permalink
Add missing include to graph_trace_utils.hpp (#12050)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayerofieiev-tt authored Aug 29, 2024
1 parent 284377e commit 3a6f4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ttnn/cpp/ttnn/graph/graph_processor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include "tt_metal/graph/graph_tracking.hpp"
#include "third_party/json/json.hpp"
#include "ttnn/tensor/tensor.hpp"

#include <mutex>
#include <stack>
#include <typeindex>
Expand Down
1 change: 1 addition & 0 deletions ttnn/cpp/ttnn/graph/graph_trace_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#pragma once

#include "third_party/json/json.hpp"
#include "ttnn/tensor/types.hpp"

#include <vector>

Expand Down

0 comments on commit 3a6f4ed

Please sign in to comment.