From 3af4d83dfa190d8d95aefbf31ae0b1d85abe492a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Sep 2017 09:29:06 +0200 Subject: o Adding missing include. --- .gitmodules | 2 +- include/ble/Bluetooth.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a168a2f..f280b82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "json"] path = json - url = https://github.com/nlohmann/json.git + url = https://github.com/nlohmann/json [submodule "gsl"] path = gsl url = https://github.com/Microsoft/GSL diff --git a/include/ble/Bluetooth.h b/include/ble/Bluetooth.h index f2b5b13..d5875a5 100644 --- a/include/ble/Bluetooth.h +++ b/include/ble/Bluetooth.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "ByteBuffer.h" -- cgit v1.2.3