X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_ring_buffers.h;h=1f366fc0b946f0dcab848c23d68e9519331e6eb6;hb=742d96e86a262d0238105bc869ec8f350e36ccae;hp=7d685d8242b4b9cbbdd1efca4a698dfe92a8e143;hpb=c4403784febdbdd42e9c32e67fadb147f11fe566;p=dcpomatic.git diff --git a/src/lib/text_ring_buffers.h b/src/lib/text_ring_buffers.h index 7d685d824..1f366fc0b 100644 --- a/src/lib/text_ring_buffers.h +++ b/src/lib/text_ring_buffers.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,14 +18,18 @@ */ + #ifndef DCPOMATIC_TEXT_RING_BUFFERS_H #define DCPOMATIC_TEXT_RING_BUFFERS_H -#include "player_text.h" + #include "dcp_text_track.h" +#include "dcpomatic_time.h" +#include "player_text.h" #include #include + class TextRingBuffers { public: @@ -52,4 +56,5 @@ private: std::list _data; }; + #endif