X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Faudio_point.h;h=e7c232728a778604bbbe95a8332a4eea20933ad6;hb=182b9d2e2feb6545592868606aaf0f0146095481;hp=91f0cb0e9caebd7188189ced776b6f35f63438e5;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/lib/audio_point.h b/src/lib/audio_point.h index 91f0cb0e9..e7c232728 100644 --- a/src/lib/audio_point.h +++ b/src/lib/audio_point.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2015 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,19 @@ */ + #ifndef DCPOMATIC_AUDIO_POINT_H #define DCPOMATIC_AUDIO_POINT_H + #include + namespace xmlpp { class Element; } + class AudioPoint { public: @@ -51,4 +55,5 @@ private: float _data[COUNT]; }; + #endif