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

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