Add missing header files.
These headers files were missing from the header files that I added them to; the fact that they were missing didn't lead to compile errors because by coincidence the missing headers are included in the source files before including these headers. But, after the reordering of header inclusions by Tools/fix_headers.sh, these cases will give rise to compiler errors.
Showing
- src/drivers/mpu9250/mag.h 3 additions, 0 deletionssrc/drivers/mpu9250/mag.h
- src/lib/controllib/block/BlockParam.hpp 1 addition, 0 deletionssrc/lib/controllib/block/BlockParam.hpp
- src/lib/mathlib/math/Matrix.hpp 2 additions, 0 deletionssrc/lib/mathlib/math/Matrix.hpp
- src/modules/mavlink/mavlink_bridge_header.h 1 addition, 0 deletionssrc/modules/mavlink/mavlink_bridge_header.h
- src/modules/mavlink/mavlink_log_handler.h 1 addition, 0 deletionssrc/modules/mavlink/mavlink_log_handler.h
- src/modules/mavlink/mavlink_orb_subscription.h 1 addition, 1 deletionsrc/modules/mavlink/mavlink_orb_subscription.h
- src/modules/px4iofirmware/px4io.c 1 addition, 0 deletionssrc/modules/px4iofirmware/px4io.c
- src/modules/systemlib/board_serial.h 2 additions, 0 deletionssrc/modules/systemlib/board_serial.h
- src/modules/systemlib/cpuload.h 1 addition, 0 deletionssrc/modules/systemlib/cpuload.h
- src/modules/uavcan/uavcan_servers.hpp 2 additions, 0 deletionssrc/modules/uavcan/uavcan_servers.hpp
Loading
Please register or sign in to comment