summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/kernel
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:42 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:42 +0000
commitfd231e200a27b232fed4cce16a9fa0a41a0b51a2 (patch)
tree5c09d756944916bd8f0b2c41be5f4c948f8f3c21 /sca-cpp/trunk/kernel
parente46006ee2bf179dd10b7f2628ef2d8ef004824f0 (diff)
Fixes to make build work on Ubuntu Jaunty 9.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/kernel/function.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/kernel/function.hpp b/sca-cpp/trunk/kernel/function.hpp
index 26f566fde6..cfb5a880bb 100644
--- a/sca-cpp/trunk/kernel/function.hpp
+++ b/sca-cpp/trunk/kernel/function.hpp
@@ -26,7 +26,7 @@
* Lambda function type.
*/
-#include <bits/move.h>
+#include <utility>
#include "fstream.hpp"
#include "gc.hpp"
#include "debug.hpp"