X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Flog_entry.h;h=95c4e4f1f851e31a57230722a1239ce62b1838a8;hp=a2eb5fbace162531ab850b427478e2665c669988;hb=HEAD;hpb=4985d87750c87019dfe5dc7ef44e12c45326dd0e diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index a2eb5fbac..95c4e4f1f 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2020 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,15 @@ */ + #ifndef DCPOMATIC_LOG_ENTRY_H #define DCPOMATIC_LOG_ENTRY_H + #include #include + class LogEntry { public: @@ -56,4 +59,5 @@ private: int _type; }; + #endif