Skip to content
Snippets Groups Projects
Commit ceffa3fa authored by Jonathan Lee's avatar Jonathan Lee Committed by Lorenz Meier
Browse files

uORB Devices NuttX: Fix Build under GCC 4.9.x

Remove "algorithm.h" from included files; similar bug and solution as seen in #3022
parent a57f8e2c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,6 @@
#include <fcntl.h>
#include <errno.h>
#include <nuttx/arch.h>
#include <algorithm>
#include "uORBDevices_nuttx.hpp"
#include "uORBUtils.hpp"
#include "uORBManager.hpp"
......@@ -684,4 +683,3 @@ uORB::DeviceNode *uORB::DeviceMaster::GetDeviceNode(const char *nodepath)
return rc;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment