aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pystats.h
blob: ce625e94e46196aabd2a513632db7c912f8c9549 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/pystats.h>
#else
#error "No <pystats.h> in Python2"
#endif