You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2015/12/17 02:00:31 UTC

mesos git commit: Process: Added headers to make `process/mime.hpp` standalone.

Repository: mesos
Updated Branches:
  refs/heads/master 1c718a066 -> 04a0d41d5


Process: Added headers to make `process/mime.hpp` standalone.

Review: https://reviews.apache.org/r/39850/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/04a0d41d
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/04a0d41d
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/04a0d41d

Branch: refs/heads/master
Commit: 04a0d41d57b55abe88f7175be4b5c3bd006da30a
Parents: 1c718a0
Author: Alex Clemmer <cl...@gmail.com>
Authored: Wed Dec 16 15:50:19 2015 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Wed Dec 16 16:59:55 2015 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/mime.hpp | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/04a0d41d/3rdparty/libprocess/include/process/mime.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/mime.hpp b/3rdparty/libprocess/include/process/mime.hpp
index ee7cac3..9d0dd1d 100644
--- a/3rdparty/libprocess/include/process/mime.hpp
+++ b/3rdparty/libprocess/include/process/mime.hpp
@@ -13,6 +13,9 @@
 #ifndef __PROCESS_MIME_HPP__
 #define __PROCESS_MIME_HPP__
 
+#include <map>
+#include <string>
+
 namespace process {
 namespace mime {