forked from Archive/PX4-Autopilot
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:
parent
80af8262b5
commit
21f49ff5be
|
@ -41,6 +41,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace InvenSense_ICM20649
|
||||
{
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace InvenSense_ICM42670P
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue