Skip to content

Commit

Permalink
Merge pull request #23149 from charris/backport-23128
Browse files Browse the repository at this point in the history
BUG: Add missing <type_traits> header.
  • Loading branch information
charris committed Feb 2, 2023
2 parents 8dfa47d + 2de8e52 commit 2433fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/linalg/umath_linalg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <cstdio>
#include <cassert>
#include <cmath>
#include <type_traits>
#include <utility>


Expand Down

0 comments on commit 2433fe5

Please sign in to comment.