Skip to content

Commit f2ea4b9

Browse files
committed
Merge #30: proxy-io.h: fix missing assert.h include
fad36ab proxy-io.h: fix missing assert.h include (Russell Yanofsky) Pull request description: Top commit has no ACKs. Tree-SHA512: bd81cbb3f0d14acacc81c59dd0376ad221930320d86c7cc81e0bc2190388337d508e436cc9d59fbe1308a58275f6025af7827d82a5813f352bee1def35cfe7b1
2 parents e2ad13a + fad36ab commit f2ea4b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/mp/proxy-io.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <boost/optional/optional.hpp>
1515
#include <capnp/rpc-twoparty.h>
1616

17+
#include <assert.h>
1718
#include <functional>
1819
#include <memory>
1920
#include <string>

0 commit comments

Comments
 (0)