[Cherry-pick] fix missing include for gcc-10 build (#1804)

(cherry picked from commit f78a452681)
pull/1811/head
Li Zhang 2023-02-23 15:13:07 +08:00 committed by GitHub
parent 053d31c85e
commit b5fef4873a
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 {