diff options
Diffstat (limited to 'contrib/python/matplotlib')
-rw-r--r-- | contrib/python/matplotlib/py3/src/_image_resample.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/matplotlib/py3/src/_image_resample.h b/contrib/python/matplotlib/py3/src/_image_resample.h index 10763fb01d..2c91da4087 100644 --- a/contrib/python/matplotlib/py3/src/_image_resample.h +++ b/contrib/python/matplotlib/py3/src/_image_resample.h @@ -21,6 +21,8 @@ #include "agg_workaround.h" +#include <type_traits> + // Based on: //---------------------------------------------------------------------------- |