Skip to content

Commit 5c4532e

Browse files
committed
Strict warning compilation compliance fixes.
1 parent b192962 commit 5c4532e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/unsafe_ops.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
#ifndef UNSAFE_OPS_H
3131
#define UNSAFE_OPS_H
3232

33-
#include <stdint.h>
34-
#include <stdbool.h>
35-
#include <stddef.h>
33+
#include <cstdint>
34+
#include <cstdbool>
35+
#include <cstddef>
3636

3737
/**
3838
* @enum dma_controller_type_t

0 commit comments

Comments
 (0)