fix missing include for gcc-10 build (#1802)
parent
eb75bee921
commit
f78a452681
|
@ -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