File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ limitations under the License.
1515
#include "tflite/kernels/internal/utils/sparsity_format_converter.h"
1616

1717
#include <algorithm>
18+
#include <cstddef>
1819
#include <cstdint>
1920
#include <utility>
2021
#include <vector>
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ limitations under the License.
1414
==============================================================================*/
1515
#include "tflite/kernels/internal/utils/sparsity_format_converter.h"
1616

17+
#include <vector>
18+
1719
#include <gtest/gtest.h>
1820
#include "tflite/c/common.h"
1921

0 commit comments

Comments
 (0)