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

#ifdef USE_PYTHON3
#error "No <bitset.h> in Python3"
#else
#include <contrib/tools/python/src/Include/bitset.h>
#endif