From b650a9fdc95caad0d9c2569294c0e0f20931480f Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sun, 13 Sep 2015 17:29:20 +0200 Subject: [PATCH] uart.hpp: Added missing include for types.hpp Signed-off-by: Alex Tereschenko Signed-off-by: Brendan Le Foll --- api/mraa/uart.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/api/mraa/uart.hpp b/api/mraa/uart.hpp index 469fa47..9099d5b 100644 --- a/api/mraa/uart.hpp +++ b/api/mraa/uart.hpp @@ -27,6 +27,7 @@ #pragma once #include "uart.h" +#include "types.hpp" #include #include