Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'
[ardour.git] / libs / audiographer / audiographer / broadcast_info.h
index 07415ffdd220b97f89953d2e50c1051ee9c7f733..dd776d17afd7c9bc63d86daefe287f60ecf8c276 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef AUDIOGRAPHER_BROADCAST_INFO_H
 #define AUDIOGRAPHER_BROADCAST_INFO_H
 
+#include <stdint.h>
+
 #include <string>
 #include <ctime>
 
@@ -31,7 +33,7 @@
 namespace AudioGrapher
 {
 
-class LIBAUDIOGRAPHER_API SndfileHandle;       
+class SndfileHandle;   
 
 class LIBAUDIOGRAPHER_API BroadcastInfo
 {