Skip to content

Commit

Permalink
Add missing vector include
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Dec 19, 2022
1 parent 1bef05f commit 60f234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.
#include <functional>
#include <memory>
#include <random>
#include <vector>

#include <gtest/gtest.h>
#include "tensorflow/lite/delegates/xnnpack/reshape_tester.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
#include <functional>
#include <memory>
#include <random>
#include <vector>

#include "tensorflow/lite/delegates/xnnpack/reshape_tester.h"
#include "tensorflow/lite/delegates/xnnpack/xnnpack_delegate.h"
Expand Down

0 comments on commit 60f234c

Please sign in to comment.