From 5ad33b463f977a286f69fd1c87c0db8cc8ac9e56 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Jul 2015 19:33:54 +0100 Subject: Missing iostream includes for Arch. --- src/subrip_reader.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/subrip_reader.cc') diff --git a/src/subrip_reader.cc b/src/subrip_reader.cc index 644a23c..a8b41ae 100644 --- a/src/subrip_reader.cc +++ b/src/subrip_reader.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,6 +24,7 @@ #include #include #include +#include using std::string; using std::vector; -- cgit v1.2.3