comparison 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
comparison
equal deleted inserted replaced
170:590b1a1fd955 172:cfa115746cb3
34 */ 34 */
35 35
36 #ifndef PIPER_CLIENT_EXCEPTIONS_H 36 #ifndef PIPER_CLIENT_EXCEPTIONS_H
37 #define PIPER_CLIENT_EXCEPTIONS_H 37 #define PIPER_CLIENT_EXCEPTIONS_H
38 38
39 #include <stdexcept>
40 #include <string>
41
39 namespace piper_vamp { 42 namespace piper_vamp {
40 namespace client { 43 namespace client {
41 44
42 class ServerCrashed : public std::runtime_error 45 class ServerCrashed : public std::runtime_error
43 { 46 {