Skip to content

Commit aebcda0

Browse files
committed
fix includes
1 parent ce2c589 commit aebcda0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

csrc/core/mpl/static_any.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
#ifndef MMDEPLOY_CSRC_CORE_MPL_STATIC_ANY_H_
44
#define MMDEPLOY_CSRC_CORE_MPL_STATIC_ANY_H_
55

6+
#include <cstdint>
7+
#include <memory>
8+
#include <stdexcept>
9+
#include <type_traits>
10+
#include <utility>
11+
612
// re-implementation of std::any, relies on static type id instead of RTTI.
713
// adjusted from libc++-10
814

0 commit comments

Comments
 (0)