Refactor TmpFile into an abstract base class
[ardour.git] / libs / audiographer / audiographer / broadcast_info.h
index cdc0aaac3ae3d1505372e155be34b73f14f54d32..82641e6c00db108d649d52cd949f079f3ed79405 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 SndfileHandle;   
+class SndfileHandle;
 
 class LIBAUDIOGRAPHER_API BroadcastInfo
 {