diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-18 18:04:49 +0100 |
| commit | c2a97b6f83a32483817d02194a1e7c8d6828b0bb (patch) | |
| tree | 538dc2cf638cd6dd184a4904a950e69082a55e5b /src/lib/kdm.h | |
| parent | 99856300c7080f7602507ae6f64b870200710736 (diff) | |
Include tidying.
Diffstat (limited to 'src/lib/kdm.h')
| -rw-r--r-- | src/lib/kdm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/kdm.h b/src/lib/kdm.h index b80ef454f..a776b62b3 100644 --- a/src/lib/kdm.h +++ b/src/lib/kdm.h @@ -17,6 +17,8 @@ */ +#include <dcp/local_time.h> +#include <dcp/types.h> #include <boost/date_time.hpp> #include <boost/filesystem.hpp> @@ -51,4 +53,3 @@ extern void email_kdms ( dcp::LocalTime to, dcp::Formulation formulation ); - |
