summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openjpeg_image.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/openjpeg_image.h b/src/openjpeg_image.h
index 2138a21e..31d1df05 100644
--- a/src/openjpeg_image.h
+++ b/src/openjpeg_image.h
@@ -32,6 +32,10 @@
*/
+#ifndef LIBDCP_OPENJPEG_IMAGE_H
+#define LIBDCP_OPENJPEG_IMAGE_H
+
+
/** @file src/openjpeg_image.h
* @brief OpenJPEGImage class
*/
@@ -97,3 +101,6 @@ private:
}
+
+
+#endif