blob: f97aee68170dab486e9a11e28c86774b9aca59e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#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"
|