Fixing compilation errors with capnproto-7.0.0

This commit is contained in:
Jacob Alexander
2019-09-16 21:33:56 -07:00
parent bc1a3a5f3f
commit de22f7eb97
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# schema.capnp.cpp.pyx
# distutils: language = c++
# distutils: extra_compile_args = --std=c++11
# distutils: extra_compile_args = --std=c++14
from libc.stdint cimport *
from capnp_cpp cimport DynamicOrphan