Skip to content

Commit

Permalink
Add missing <type_traits> header.
Browse files Browse the repository at this point in the history
`std::is_scalar` is defined in `type_traits`, which is missing from the
includes.
  • Loading branch information
hawkinsp authored and charris committed Feb 2, 2023
1 parent e8f62ea commit 2de8e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/linalg/umath_linalg.cpp
Expand Up @@ -22,6 +22,7 @@
#include <cstdio>
#include <cassert>
#include <cmath>
#include <type_traits>
#include <utility>


Expand Down

0 comments on commit 2de8e52

Please sign in to comment.