X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fkdm_recipient.h;h=85352f0ee7312bd6416c3303845efe241beccf41;hp=e92fc3c48d5bb8e17ded5c01052383abd5c6dbe2;hb=39fb8198febde1937019db1c300ec363aab5aa56;hpb=2bec3708fc744c18128c5bdb4c2a332f5c8eb283 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