Browse Source

uORBUtils: remove #include <string>

Avoid including <string> which can cause problems on NuttX
sbg
Beat Küng 9 years ago committed by Lorenz Meier
parent
commit
3029555016
  1. 1
      src/modules/uORB/uORBUtils.hpp

1
src/modules/uORB/uORBUtils.hpp

@ -34,7 +34,6 @@ @@ -34,7 +34,6 @@
#define _uORBUtils_hpp_
#include "uORBCommon.hpp"
#include <string>
namespace uORB
{

Loading…
Cancel
Save