Mercurial > hg > piper-cpp
comparison vamp-json/VampJson.h @ 122:2380d5865355
Build fix, + run in debug mode for the mo
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 27 Oct 2016 14:52:30 +0100 |
parents | 491a4bc10a01 |
children | 5b113c87b6e6 |
comparison
equal
deleted
inserted
replaced
121:56e537a7bb99 | 122:2380d5865355 |
---|---|
36 #define PIPER_VAMP_JSON_H | 36 #define PIPER_VAMP_JSON_H |
37 | 37 |
38 #include <vector> | 38 #include <vector> |
39 #include <string> | 39 #include <string> |
40 #include <sstream> | 40 #include <sstream> |
41 #include <iterator> | |
41 | 42 |
42 #include <json11/json11.hpp> | 43 #include <json11/json11.hpp> |
43 #include <base-n/include/basen.hpp> | 44 #include <base-n/include/basen.hpp> |
44 | 45 |
45 #include <vamp-hostsdk/Plugin.h> | 46 #include <vamp-hostsdk/Plugin.h> |