diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-01-31 16:51:44 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-01-31 17:05:09 +0300 |
commit | f04e74186f00a9665ef8442470f4b32cbf6bea17 (patch) | |
tree | 61056a904cc17b57ea7f73263c81689f4df80a65 /contrib/python/matplotlib/py3/src/_image_resample.h | |
parent | 43fcff14e5225f0019133c5643ebdf6d87c5de25 (diff) | |
download | ydb-f04e74186f00a9665ef8442470f4b32cbf6bea17.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/matplotlib/py3/src/_image_resample.h')
-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: //---------------------------------------------------------------------------- |