summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-22 19:42:39 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-22 19:42:39 +0000
commit1c724e363a644abaee7efb39d6091e7b30de0fb6 (patch)
tree413e28533849835f8496c8c972bd26e1d27aefbe /src/asset.h
parent1e9f115b7cda68ccba99f58d194a2c0eb83e7e23 (diff)
Various work.
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