[Cherry-pick] fix missing include for gcc-10 build (#1804)
(cherry picked from commit f78a452681
)
pull/1811/head
parent
053d31c85e
commit
b5fef4873a
|
@ -3,6 +3,7 @@
|
|||
#ifndef MMDEPLOY_SRC_CORE_MPL_TYPE_TRAITS_H_
|
||||
#define MMDEPLOY_SRC_CORE_MPL_TYPE_TRAITS_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <type_traits>
|
||||
|
||||
namespace mmdeploy {
|
||||
|
|
Loading…
Reference in New Issue