diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-24 17:38:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-24 17:38:46 +0100 |
| commit | 208f598e2af83fe7be465680806c79af3da825d3 (patch) | |
| tree | 295a1c34e7f11a8c6f2a0aee0ab57036a55f809f /src/convert_time.cc | |
| parent | 7002892583b9e008a1bd3469c6db859292927286 (diff) | |
More tests and fix MetricTime.
Diffstat (limited to 'src/convert_time.cc')
| -rw-r--r-- | src/convert_time.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/convert_time.cc b/src/convert_time.cc index 95cad64..3ae165b 100644 --- a/src/convert_time.cc +++ b/src/convert_time.cc @@ -21,6 +21,7 @@ #include "frame_time.h" #include "convert_time.h" +using std::cout; using namespace sub; FrameTime |
