mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
drivers: fix two includes for CLion
This fixes two errors where CLion complains: error: 'size_t' does not name a type
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace InvenSense_ICM20649
|
namespace InvenSense_ICM20649
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace InvenSense_ICM42670P
|
namespace InvenSense_ICM42670P
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user