aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py3/patches/03-add-missing-include.patch
blob: 629d76e150c10c725ee7b66eea63924491b6894b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/python/matplotlib/py3/src/_image_resample.h	(index)
+++ contrib/python/matplotlib/py3/src/_image_resample.h	(working tree)
@@ -21,6 +21,8 @@
 
 #include "agg_workaround.h"
 
+#include <type_traits>
+
 // Based on:
 
 //----------------------------------------------------------------------------