X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fkdm_recipient.h;h=85352f0ee7312bd6416c3303845efe241beccf41;hb=1e419dedd828490498b501e86e67654461cc9488;hp=e92fc3c48d5bb8e17ded5c01052383abd5c6dbe2;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git diff --git a/src/lib/kdm_recipient.h b/src/lib/kdm_recipient.h index e92fc3c48..85352f0ee 100644 --- a/src/lib/kdm_recipient.h +++ b/src/lib/kdm_recipient.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,9 +18,11 @@ */ + #ifndef DCPOMATIC_KDM_RECIPIENT_H #define DCPOMATIC_KDM_RECIPIENT_H + #include "warnings.h" #include #include @@ -30,6 +32,7 @@ DCPOMATIC_ENABLE_WARNINGS #include #include + class KDMRecipient { public: @@ -50,4 +53,5 @@ public: boost::optional recipient; }; + #endif