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