summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index 86d4734e..f3546cd8 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -17,6 +17,9 @@
*/
+#ifndef LIBDCP_ASSET_H
+#define LIBDCP_ASSET_H
+
#include "object.h"
namespace dcp {
@@ -34,3 +37,5 @@ public:
};
}
+
+#endif