[openrtm-commit:01416] r2543 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 29日 (土) 17:38:47 JST


Author: n-ando
Date: 2014-03-29 17:38:47 +0900 (Sat, 29 Mar 2014)
New Revision: 2543

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,->RELENG_1_1] #include <functional> for mem_fun, bindXX has been added. 

Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2014-03-29 08:37:35 UTC (rev 2542)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h	2014-03-29 08:38:47 UTC (rev 2543)
@@ -20,7 +20,7 @@
 #ifndef RTC_OUTPORT_H
 #define RTC_OUTPORT_H
 
-#include <iostream>
+#include <functional>
 #include <string>
 
 #include <coil/TimeValue.h>



More information about the openrtm-commit mailing list