generated_cpp_headers.h 309 B

12345678
  1. #pragma once
  2. // 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
  3. // or other placess of cython compiler adding C++ specific headers implicitelly.
  4. #include "ios"
  5. #include "new"
  6. #include "stdexcept"
  7. #include "typeinfo"