Missing header guard.
[libdcp.git] / 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