diff options
author | John Hodge <tpg@mutabah.net> | 2017-09-09 13:02:27 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-09-22 09:55:50 +0800 |
commit | c9a37ab768fd204e63a37abe4567d30f0ee167b8 (patch) | |
tree | 6eff6805a63e04416a6787c0e3e6253356fcf42d /tools/minicargo/manifest.h | |
parent | 6c8c47aaf2ad2f7f300487c935136e38768040b0 (diff) | |
download | mrust-c9a37ab768fd204e63a37abe4567d30f0ee167b8.tar.gz |
Windows compile fixes
Diffstat (limited to 'tools/minicargo/manifest.h')
-rw-r--r-- | tools/minicargo/manifest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/minicargo/manifest.h b/tools/minicargo/manifest.h index 5737f4ec..d4874881 100644 --- a/tools/minicargo/manifest.h +++ b/tools/minicargo/manifest.h @@ -6,10 +6,11 @@ #include <memory> #include <functional> #include "path.h" +#include <functional> class PackageManifest; class Repository; -class TomlKeyValue; +struct TomlKeyValue; struct PackageVersion { |