diff vamp-client/Exceptions.h @ 172:cfa115746cb3

Add some necessary headers
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 31 Jan 2017 18:05:11 +0000
parents 590b1a1fd955
children
line wrap: on
line diff
--- a/vamp-client/Exceptions.h	Tue Jan 31 14:53:24 2017 +0000
+++ b/vamp-client/Exceptions.h	Tue Jan 31 18:05:11 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 {