Missing header guard.
authorCarl Hetherington <carl@vertual.co.uk>
Fri, 12 Jul 2013 12:54:32 +0000 (13:54 +0100)
committerCarl Hetherington <carl@vertual.co.uk>
Fri, 12 Jul 2013 12:54:32 +0000 (13:54 +0100)
src/sound_frame.h

index 83846fc830435999ad9527c776cdbaea4dc220f9..ad4f9604d2f074094c8de20b290bc554853e9507 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef LIBDCP_SOUND_FRAME_H
+#define LIBDCP_SOUND_FRAME_H
+
 #include <string>
 #include <stdint.h>
 
@@ -42,3 +45,5 @@ private:
 };
 
 }
+
+#endif