Unverified Commit 379a8444 authored by Kenton Varda's avatar Kenton Varda Committed by GitHub

Merge pull request #896 from vlovich/fix-kj-iterator

Add std-iterator.h to build files
parents b301982c 26e7fc20
...@@ -225,7 +225,8 @@ includecapnp_HEADERS = \ ...@@ -225,7 +225,8 @@ includecapnp_HEADERS = \
includecapnpcompat_HEADERS = \ includecapnpcompat_HEADERS = \
src/capnp/compat/json.h \ src/capnp/compat/json.h \
src/capnp/compat/json.capnp.h src/capnp/compat/json.capnp.h \
src/capnp/compat/std-iterator.h
if BUILD_KJ_TLS if BUILD_KJ_TLS
MAYBE_KJ_TLS_LA=libkj-tls.la MAYBE_KJ_TLS_LA=libkj-tls.la
......
...@@ -29,6 +29,7 @@ endif() ...@@ -29,6 +29,7 @@ endif()
set(capnp_headers set(capnp_headers
c++.capnp.h c++.capnp.h
common.h common.h
compat/std-iterator.h
blob.h blob.h
endian.h endian.h
layout.h layout.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment