diff options
author | AlexSm <alex@ydb.tech> | 2024-02-12 10:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 10:25:32 +0100 |
commit | 12610a7bf38a4f1215aeb6eeea5e27e271c17e50 (patch) | |
tree | fce5b3816c5d68d91d7f1f6617c65b04e92f79a9 /contrib/python/matplotlib | |
parent | b314cf4cbae67afc30e1f9c2f14047de0ad996cb (diff) | |
parent | 6a0655781d6103303eed0d377c3fb0955e468b5b (diff) | |
download | ydb-12610a7bf38a4f1215aeb6eeea5e27e271c17e50.tar.gz |
Merge pull request #1777 from alexv-smirnov/mergelibs13
Library import 13
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 10763fb01d3..2c91da40873 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: //---------------------------------------------------------------------------- |