aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/bitset.h
blob: a4e3fbd0599ee91076fe4fe1e1cd55f64d63e824 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/bitset.h> 
#else 
#include <contrib/tools/python/src/Include/bitset.h> 
#endif