changeset 173:492970caa62b

Merge branch 'master' of https://github.com/piper-audio/piper-cpp
author Lucas Thompson <dev@lucas.im>
date Tue, 31 Jan 2017 22:21:51 +0000
parents 8d2b12442903 (current diff) cfa115746cb3 (diff)
children 59c89b0e9375
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-client/Exceptions.h	Tue Jan 31 15:07:39 2017 +0000
+++ b/vamp-client/Exceptions.h	Tue Jan 31 22:21:51 2017 +0000
@@ -36,6 +36,9 @@
 #ifndef PIPER_CLIENT_EXCEPTIONS_H
 #define PIPER_CLIENT_EXCEPTIONS_H
 
+#include <stdexcept>
+#include <string>
+
 namespace piper_vamp {
 namespace client {