Missing header guard. v1.8.38
authorCarl Hetherington <cth@carlh.net>
Tue, 13 Dec 2022 10:17:20 +0000 (11:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Dec 2022 10:17:20 +0000 (11:17 +0100)
src/openjpeg_image.h

index 2138a21e24c5f03cb384220705f2416268a0c5e9..31d1df05c7473c0625d01e52ea03d1572e8d7437 100644 (file)
 */
 
 
+#ifndef LIBDCP_OPENJPEG_IMAGE_H
+#define LIBDCP_OPENJPEG_IMAGE_H
+
+
 /** @file  src/openjpeg_image.h
  *  @brief OpenJPEGImage class
  */
@@ -97,3 +101,6 @@ private:
 
 
 }
+
+
+#endif