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

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