You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2011/02/08 16:52:40 UTC

svn commit: r1068455 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h

Author: tabish
Date: Tue Feb  8 15:52:40 2011
New Revision: 1068455

URL: http://svn.apache.org/viewvc?rev=1068455&view=rev
Log:
Fix to get trunk building in VC2008

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h?rev=1068455&r1=1068454&r2=1068455&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/lang/Pointer.h Tue Feb  8 15:52:40 2011
@@ -26,6 +26,7 @@
 #include <memory>
 #include <typeinfo>
 #include <algorithm>
+#include <functional>
 
 namespace decaf {
 namespace lang {