[openrtm-commit:03034] r3155 - branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 12月 16日 (土) 16:41:20 JST
Author: n-ando
Date: 2017-12-16 16:41:20 +0900 (Sat, 16 Dec 2017)
New Revision: 3155
Modified:
branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ConnectorListener.cpp
Log:
[compat,bugfix] Windows needs stdint.h for uint64_t
Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ConnectorListener.cpp
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ConnectorListener.cpp 2017-12-16 07:15:59 UTC (rev 3154)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/ConnectorListener.cpp 2017-12-16 07:41:20 UTC (rev 3155)
@@ -18,6 +18,7 @@
*/
#include <rtm/ConnectorListener.h>
+#include <stdint.h>
namespace RTC
{
More information about the openrtm-commit
mailing list