summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-19 00:42:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-19 00:42:23 +0100
commit1b3afa214c5286c6b6072883d11f9744bac65a75 (patch)
tree3b95a25855ad4c86b03443d7287b6b1db6c1ac90 /src
parentf23b43e62e7c8b4e1ff1ef179b5debe1f13f792b (diff)
Header guard.
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