Skip to content

Commit

Permalink
Merge pull request alibaba#1987 from brian14708/missing-headers
Browse files Browse the repository at this point in the history
Add missing headers
  • Loading branch information
jxt1234 authored Jul 12, 2022
2 parents 54ca07a + 2801621 commit 46587d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/backend/cpu/bf16/BF16Unary.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <vector>
#include <cstddef>
#include "BF16Unary.hpp"
#include "VecHalf.hpp"
#include "math/Vec.hpp"
Expand Down
1 change: 1 addition & 0 deletions tools/converter/include/cxxopts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ THE SOFTWARE.
#include <algorithm>
#include <unordered_map>
#include <unordered_set>
#include <limits>
#include <vector>
#include <MNN/MNNDefine.h>

Expand Down

0 comments on commit 46587d8

Please sign in to comment.