Skip to content

Commit 2433fe5

Browse files
authored
Merge pull request #23149 from charris/backport-23128
BUG: Add missing <type_traits> header.
2 parents 8dfa47d + 2de8e52 commit 2433fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: numpy/linalg/umath_linalg.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <cstdio>
2323
#include <cassert>
2424
#include <cmath>
25+
#include <type_traits>
2526
#include <utility>
2627

2728

0 commit comments

Comments
 (0)