Commit 3c4e9c55 authored by Kenton Varda's avatar Kenton Varda

Fix problem with vpath builds.

parent 16c98b14
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
// This program is a code generator plugin for capnpc which writes the schema back to stdout in // This program is a code generator plugin for capnpc which writes the schema back to stdout in
// roughly capnpc format. // roughly capnpc format.
#include "../schema.capnp.h" #include <capnp/schema.capnp.h>
#include "../serialize.h" #include "../serialize.h"
#include <kj/debug.h> #include <kj/debug.h>
#include <kj/io.h> #include <kj/io.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