- #pragma once
- // Content must be in sync with https://a.yandex-team.ru/arc/trunk/arcadia/contrib/tools/cython/Cython/Compiler/Nodes.py?rev=r8428765#L717-720
- // or other placess of cython compiler adding C++ specific headers implicitelly.
- #include "ios"
- #include "new"
- #include "stdexcept"
- #include "typeinfo"
|