diff options
author | equal-l2 <eng.equall2@gmail.com> | 2017-09-21 21:16:59 +0900 |
---|---|---|
committer | John Hodge (Mutabah) <acessdev@gmail.com> | 2017-09-21 20:19:08 +0800 |
commit | 1af51991c707e59979a244320b9264e8c1230925 (patch) | |
tree | 954ed89106026dd8e4c01c764ce137e031284dcb /tools/minicargo/manifest.h | |
parent | 8d2212a5f921c7f98c0e568a0181c8c877317781 (diff) | |
download | mrust-1af51991c707e59979a244320b9264e8c1230925.tar.gz |
Include <functional>
Diffstat (limited to 'tools/minicargo/manifest.h')
-rw-r--r-- | tools/minicargo/manifest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/minicargo/manifest.h b/tools/minicargo/manifest.h index be125e2a..5737f4ec 100644 --- a/tools/minicargo/manifest.h +++ b/tools/minicargo/manifest.h @@ -4,6 +4,7 @@ #include <vector> #include <map> #include <memory> +#include <functional> #include "path.h" class PackageManifest; |