Fix assertion failure when processors return fewer channels than the DCP has.
[dcpomatic.git] / src / lib / audio_point.h
index f699233cbe1e3fcc5fe4992f3ac3a525e181d4b2..de8538ebe43c87da6c1ee87abbef7ca4541c933e 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DCPOMATIC_AUDIO_POINT_H
+#define DCPOMATIC_AUDIO_POINT_H
+
 #include <libcxml/cxml.h>
 
 namespace xmlpp {
@@ -46,3 +49,5 @@ public:
 private:
        float _data[COUNT];
 };
+
+#endif