03-add-missing-include.patch 308 B

1234567891011
  1. --- contrib/python/matplotlib/py3/src/_image_resample.h (index)
  2. +++ contrib/python/matplotlib/py3/src/_image_resample.h (working tree)
  3. @@ -21,6 +21,8 @@
  4. #include "agg_workaround.h"
  5. +#include <type_traits>
  6. +
  7. // Based on:
  8. //----------------------------------------------------------------------------