summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSebastian Berg <sebastianb@nvidia.com>2023-01-30 17:01:38 +0100
committerGitHub <noreply@github.com>2023-01-30 17:01:38 +0100
commit243c42e5d2ede60fd07d5df126ace216683d4783 (patch)
tree4a529837f139e0d38a4fb3fd233be0c998386184 /numpy
parent2ce11750cbdba4d81fa8b3b8856c5b40aee75d45 (diff)
parent5c738e79e60aeb655e992b861191b913fa029597 (diff)
downloadnumpy-243c42e5d2ede60fd07d5df126ace216683d4783.tar.gz
Merge pull request #23128 from hawkinsp/tt
BUG: Add missing <type_traits> header.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/linalg/umath_linalg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/linalg/umath_linalg.cpp b/numpy/linalg/umath_linalg.cpp
index bbb4bb896..639de6ee0 100644
--- a/numpy/linalg/umath_linalg.cpp
+++ b/numpy/linalg/umath_linalg.cpp
@@ -22,6 +22,7 @@
#include <cstdio>
#include <cassert>
#include <cmath>
+#include <type_traits>
#include <utility>