Commit 26e7fc20 authored by Vitali Lovich's avatar Vitali Lovich

Add std-iterator.h to build files

parent e3b17541
...@@ -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