comparison src/vamp-sdk/PluginAdapter.cpp @ 528:db2cd87cef6f c++11-mutex

This will be v2.9
author Chris Cannam
date Tue, 22 Oct 2019 12:10:41 +0100
parents bc5e76e90e95
children 15a89a89aa9b
comparison
equal deleted inserted replaced
527:bc5e76e90e95 528:db2cd87cef6f
39 #include <cstring> 39 #include <cstring>
40 #include <cstdlib> 40 #include <cstdlib>
41 41
42 #include <mutex> 42 #include <mutex>
43 43
44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 8 ) 44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 )
45 #error Unexpected version of Vamp SDK header included 45 #error Unexpected version of Vamp SDK header included
46 #endif 46 #endif
47 47
48 using std::map; 48 using std::map;
49 using std::vector; 49 using std::vector;