summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/decrypted_kdm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/decrypted_kdm.h b/src/decrypted_kdm.h
index dfba7563..4c46c74a 100644
--- a/src/decrypted_kdm.h
+++ b/src/decrypted_kdm.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBDCP_DECRYPTED_KDM_H
+#define LIBDCP_DECRYPTED_KDM_H
+
/** @file src/decrypted_kdm.h
* @brief DecryptedKDM class.
*/
@@ -96,3 +99,5 @@ private:
};
}
+
+#endif