X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ftrusted_device.h;h=51b97c297cbecc3704d96bd20c29639dc4d833c9;hp=7c6af3ea8b8a802a054462953fad6d632f90e394;hb=ac34066d5e448d1984d11a180be74e31b6e13b5c;hpb=c4e10c9a007345cca8594d7bfd23138d56e21d5e diff --git a/src/lib/trusted_device.h b/src/lib/trusted_device.h index 7c6af3ea8..51b97c297 100644 --- a/src/lib/trusted_device.h +++ b/src/lib/trusted_device.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,13 +18,16 @@ */ + #ifndef DCPOMATIC_TRUSTED_DEVICE_H #define DCPOMATIC_TRUSTED_DEVICE_H + #include #include #include + class TrustedDevice { public: @@ -43,4 +46,5 @@ private: boost::optional _thumbprint; }; + #endif