diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:25:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 17:25:18 +0100 |
| commit | 1c22ef308a1d62b4c6935ede8233b1fea082b0ca (patch) | |
| tree | c3d8e8321e4b1aa09cce056d5a35da908a0ae3d9 /src | |
| parent | 0e7591e3bf95d4abe08d854850b6fc4e411586b0 (diff) | |
Various test hackery.
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.cc b/src/asset.cc index 6b4c3fe4..4e3bb0e1 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -17,6 +17,7 @@ */ +#include <iostream> #include <boost/filesystem.hpp> #include "AS_DCP.h" #include "KM_util.h" |
