comparison utilities/json-to-capnp.cpp @ 19:f379b0e9a8e1

Add (but don't yet use) the constant plugin handle mapper
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 20 May 2016 10:25:01 +0100
parents d8358afe3f2c
children 7ca64f74add2
comparison
equal deleted inserted replaced
18:071c55f52c7d 19:f379b0e9a8e1
1 1
2 #include "VampJson.h" 2 #include "VampJson.h"
3 #include "VampnProto.h" 3 #include "VampnProto.h"
4
5 #include "bits/ConstantPluginHandleMapper.h"
4 6
5 #include <iostream> 7 #include <iostream>
6 #include <sstream> 8 #include <sstream>
7 #include <stdexcept> 9 #include <stdexcept>
8 10