summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-02 22:43:19 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-02 22:43:19 +0200
commitd9b957d7da123e4b6e5f2449f5d45c12fce225f8 (patch)
tree46fb87683ff357aff3b886a5e6201a9bb390d3a9 /src/cpl.h
parentfeff11732f33487a5bec6fb568f43f86c1a0ab0b (diff)
Replace ContentKind enum with a class.
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 74bac5f1..c1489a2c 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -43,6 +43,7 @@
#include "asset.h"
#include "certificate.h"
+#include "content_kind.h"
#include "key.h"
#include "language_tag.h"
#include "rating.h"