Skip to content

Commit ecbbcf7

Browse files
committed
Address review feedback
1 parent 3c449ee commit ecbbcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/qnn/builder/qnn_node_group/scale_softmax_fusion.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#include "core/providers/qnn/builder/qnn_node_group/scale_softmax_fusion.h"
55

66
#include <gsl/gsl>
7-
#include <cassert>
87
#include <optional>
98
#include <utility>
109
#include <string>
1110
#include <array>
1211
#include <memory>
1312
#include <unordered_map>
13+
#include <vector>
1414

1515
#include "core/providers/qnn/builder/qnn_utils.h"
1616
#include "core/providers/qnn/builder/op_builder_factory.h"

0 commit comments

Comments
 (0)