summaryrefslogtreecommitdiff
path: root/src/encrypted_kdm.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-20 16:16:17 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-20 16:16:17 +0000
commitf353b192693291e842e297118d5899c63a5a8e22 (patch)
tree8f8613ea9fee2be419b11b1eee08c3f8acdb3e33 /src/encrypted_kdm.h
parent5e5750712fb6686cb4a192b3b232be96ad879b49 (diff)
Tweaks to LocalTime; build/install fixes.
Diffstat (limited to 'src/encrypted_kdm.h')
-rw-r--r--src/encrypted_kdm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/encrypted_kdm.h b/src/encrypted_kdm.h
index 0aa36a15..41231c2e 100644
--- a/src/encrypted_kdm.h
+++ b/src/encrypted_kdm.h
@@ -21,6 +21,9 @@
* @brief EncryptedKDM class.
*/
+#ifndef LIBDCP_ENCRYPTED_KDM_H
+#define LIBDCP_ENCRYPTED_KDM_H
+
#include "local_time.h"
#include <boost/filesystem.hpp>
#include <boost/date_time/local_time/local_time.hpp>
@@ -92,3 +95,5 @@ private:
};
}
+
+#endif