diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:28:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-25 15:28:11 +0200 |
| commit | d21b1e6f9cbf10148b38e1bc3ca3d4920e39a432 (patch) | |
| tree | b078b7f282c4050ee262ce0e7e340ea5897a1158 /tools/dcpdiff.cc | |
| parent | e0a7c171e09e2a1034f2443c7d5cf7c6b5971471 (diff) | |
Cleanup: move EqualityOptions into its own file.
Diffstat (limited to 'tools/dcpdiff.cc')
| -rw-r--r-- | tools/dcpdiff.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dcpdiff.cc b/tools/dcpdiff.cc index a7138b67..3dace12a 100644 --- a/tools/dcpdiff.cc +++ b/tools/dcpdiff.cc @@ -31,7 +31,9 @@ files in the program, then also delete it here. */ + #include "dcp.h" +#include "equality_options.h" #include "exceptions.h" #include "common.h" #include "mxf.h" @@ -42,6 +44,7 @@ #include <iostream> #include <list> + using std::list; using std::cerr; using std::cout; |
