[openrtm-commit:01217] r2412 - trunk/OpenRTM-aist/examples/SimpleIO

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 2月 6日 (木) 12:19:47 JST


Author: n-ando
Date: 2014-02-06 12:19:47 +0900 (Thu, 06 Feb 2014)
New Revision: 2412

Modified:
   trunk/OpenRTM-aist/examples/SimpleIO/ConsoleIn.h
Log:
[compat,->RELENG_1_1] For Mac OS X, include order of headers should be modified.

Modified: trunk/OpenRTM-aist/examples/SimpleIO/ConsoleIn.h
===================================================================
--- trunk/OpenRTM-aist/examples/SimpleIO/ConsoleIn.h	2014-02-06 03:18:43 UTC (rev 2411)
+++ trunk/OpenRTM-aist/examples/SimpleIO/ConsoleIn.h	2014-02-06 03:19:47 UTC (rev 2412)
@@ -10,12 +10,12 @@
 #ifndef CONSOLEIN_H
 #define CONSOLEIN_H
 
+#include <rtm/idl/BasicDataTypeSkel.h>
 #include <rtm/Manager.h>
 #include <rtm/DataFlowComponentBase.h>
 #include <rtm/CorbaPort.h>
 #include <rtm/DataInPort.h>
 #include <rtm/DataOutPort.h>
-#include <rtm/idl/BasicDataTypeSkel.h>
 #include <rtm/ConnectorListener.h>
 
 #include <iostream>



More information about the openrtm-commit mailing list