You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/01/27 04:58:10 UTC

svn commit: r1236513 - /incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp

Author: benh
Date: Fri Jan 27 03:58:10 2012
New Revision: 1236513

URL: http://svn.apache.org/viewvc?rev=1236513&view=rev
Log:
Missing a header.

Modified:
    incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp

Modified: incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp?rev=1236513&r1=1236512&r2=1236513&view=diff
==============================================================================
--- incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp (original)
+++ incubator/mesos/trunk/third_party/libprocess/include/process/future.hpp Fri Jan 27 03:58:10 2012
@@ -1,6 +1,7 @@
 #ifndef __PROCESS_FUTURE_HPP__
 #define __PROCESS_FUTURE_HPP__
 
+#include <abort.h>
 #include <assert.h>
 
 #include <queue>