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:
Julian Oes 2022-10-31 14:09:17 +13:00 committed by Beat Küng
parent 80af8262b5
commit 21f49ff5be
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#pragma once
#include <cstdint>
#include <cstdlib>
namespace InvenSense_ICM20649
{

View File

@ -41,6 +41,7 @@
#pragma once
#include <cstdint>
#include <cstdlib>
namespace InvenSense_ICM42670P
{