[openrtm-commit:01227] r2422 - branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/stubs

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 2月 8日 (土) 22:39:11 JST


Author: win-ei
Date: 2014-02-08 22:39:11 +0900 (Sat, 08 Feb 2014)
New Revision: 2422

Modified:
   branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/stubs/ConfigurationImpl.cpp
Log:
Fixed for sprintf.

Modified: branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/stubs/ConfigurationImpl.cpp
===================================================================
--- branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/stubs/ConfigurationImpl.cpp	2014-02-08 13:38:59 UTC (rev 2421)
+++ branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/stubs/ConfigurationImpl.cpp	2014-02-08 13:39:11 UTC (rev 2422)
@@ -9,6 +9,7 @@
  */
 
 
+#include <stdio.h>
 #include <ConfigurationImpl.h>
 #include <iostream>
 #include <Logger.h>



More information about the openrtm-commit mailing list