Skip to content

Commit 8cc293b

Browse files
author
hua jiang
committed
fix plint issue
1 parent e028f6d commit 8cc293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/thread_pool.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
#include <dmlc/thread_local.h>
2525
#include <tvm/runtime/c_backend_api.h>
2626
#include <tvm/runtime/c_runtime_api.h>
27+
#include <tvm/runtime/container/array.h>
2728
#include <tvm/runtime/logging.h>
2829
#include <tvm/runtime/packed_func.h>
2930
#include <tvm/runtime/registry.h>
3031
#include <tvm/runtime/threading_backend.h>
31-
#include <tvm/runtime/container/array.h>
3232
#if TVM_THREADPOOL_USE_OPENMP
3333
#include <omp.h>
3434
#endif

0 commit comments

Comments
 (0)