fix signed/unsigned compiler warning
[ardour.git] / libs / audiographer / audiographer / broadcast_info.h
index c111156c82bdbfd67d66f23b1ee383ed18015d7c..dd776d17afd7c9bc63d86daefe287f60ecf8c276 100644 (file)
 #ifndef AUDIOGRAPHER_BROADCAST_INFO_H
 #define AUDIOGRAPHER_BROADCAST_INFO_H
 
+#include <stdint.h>
+
 #include <string>
 #include <ctime>
 
 #include <sndfile.h>
 
+#include "audiographer/visibility.h"
+
 namespace AudioGrapher
 {
 
 class SndfileHandle;   
 
-class BroadcastInfo
+class LIBAUDIOGRAPHER_API BroadcastInfo
 {
   public: