diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-09 16:30:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-09 16:30:15 +0100 |
| commit | b05d26225014ecc0f2eebe8671a3e41d62b30b69 (patch) | |
| tree | cbb1c7b5e292d2146d3203c68856adb6ea4519b2 /src/reel_asset.cc | |
| parent | ee2680399995c91439ccb437fc2692a4015a9aff (diff) | |
Fixes to equals().
Diffstat (limited to 'src/reel_asset.cc')
| -rw-r--r-- | src/reel_asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_asset.cc b/src/reel_asset.cc index 04f34904..db56284e 100644 --- a/src/reel_asset.cc +++ b/src/reel_asset.cc @@ -29,6 +29,7 @@ #include <libxml++/libxml++.h> using std::pair; +using std::cout; using std::string; using std::stringstream; using std::make_pair; |
