diff vamp-server/convert.cpp @ 91:c897c9a8daf1

Implement reset()
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 11:33:19 +0100
parents 81e1c48e97f9
children 427c4c725085
line wrap: on
line diff
--- a/vamp-server/convert.cpp	Thu Oct 13 10:17:59 2016 +0100
+++ b/vamp-server/convert.cpp	Thu Oct 13 11:33:19 2016 +0100
@@ -8,6 +8,8 @@
 #include <sstream>
 #include <stdexcept>
 
+#include <capnp/serialize.h>
+
 using namespace std;
 using namespace json11;
 using namespace piper;