fix missing include for gcc-10 build (#1802)

pull/1810/head
Li Zhang 2023-02-23 12:05:25 +08:00 committed by GitHub
parent eb75bee921
commit f78a452681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {