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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/pymath.h>
#else
#include <contrib/tools/python/src/Include/pymath.h>
#endif