[openrtm-commit:03113] r3188 - branches/RELENG_1_2/OpenRTM-aist/src/lib/coil/common

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 1月 23日 (火) 15:50:19 JST


Author: miyamoto
Date: 2018-01-23 15:50:19 +0900 (Tue, 23 Jan 2018)
New Revision: 3188

Modified:
   branches/RELENG_1_2/OpenRTM-aist/src/lib/coil/common/stringutil.cpp
Log:
[compat, bugfix, ->RELENG_1_2] fixed bug.

Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/coil/common/stringutil.cpp
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/coil/common/stringutil.cpp	2018-01-23 05:07:30 UTC (rev 3187)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/coil/common/stringutil.cpp	2018-01-23 06:50:19 UTC (rev 3188)
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <cctype>
 #include <cstdio>
+#include <coil/OS.h>
 
 #ifdef __QNX__
 using std::toupper;



More information about the openrtm-commit mailing list