Skip to content

Commit 755f98c

Browse files
committed
refactor: add missing includes to mp/type-data.h
1 parent 3a69d47 commit 755f98c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/mp/type-data.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
#include <mp/util.h>
99

10+
#include <concepts>
11+
#include <span>
12+
1013
namespace mp {
1114
template <typename T, typename U>
1215
concept IsSpanOf =

0 commit comments

Comments
 (0)