summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-01 16:27:59 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-01 16:27:59 +0100
commitbb8def962ae0092238d2263c1a2335b0206c4dc4 (patch)
tree2fda08b5c61d2b9508651dd495ec77c23becd953 /src/cpl.h
parent4e5da9f3c71cb2fd4059eab5785602cf524457be (diff)
Move Rating out to a separate file.
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 18b00098..66310247 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -45,6 +45,7 @@
#include "certificate.h"
#include "key.h"
#include "language_tag.h"
+#include "rating.h"
#include "types.h"
#include <boost/filesystem.hpp>
#include <boost/function.hpp>