diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-01-31 16:51:44 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:16:37 +0300 |
commit | a40afeb6ace395fb827205b3623acc5740ed9abf (patch) | |
tree | 6bea1ed6cb82e55e64f3c6756f8e63d255166a21 /contrib/python | |
parent | ebe90bfe4858d1e0859978316a2154bc47a3f865 (diff) | |
download | ydb-a40afeb6ace395fb827205b3623acc5740ed9abf.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python')
-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: //---------------------------------------------------------------------------- |