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

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