Add necessary header include for int64_t type
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 11 Jul 2013 17:53:35 +0000 (13:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 11 Jul 2013 17:53:35 +0000 (13:53 -0400)
libs/audiographer/audiographer/broadcast_info.h

index c111156c82bdbfd67d66f23b1ee383ed18015d7c..819978f8c61d7c8aa01d76bbb3973226a16f8a0d 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef AUDIOGRAPHER_BROADCAST_INFO_H
 #define AUDIOGRAPHER_BROADCAST_INFO_H
 
+#include <stdint.h>
+
 #include <string>
 #include <ctime>