From 1f710f94e6eaa807a0e29b6c83710fce4985dc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlga=CC=8Ard?= Date: Sun, 21 Mar 2021 20:00:30 +0100 Subject: [PATCH] tests/cortexm_address_check: Add missing include inttypes.h for PRIx32 --- tests/cpu_cortexm_address_check/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cpu_cortexm_address_check/main.c b/tests/cpu_cortexm_address_check/main.c index 774e4db85d..e835b05d99 100644 --- a/tests/cpu_cortexm_address_check/main.c +++ b/tests/cpu_cortexm_address_check/main.c @@ -18,6 +18,7 @@ * @} */ +#include #include #include #include