aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--include/ble/Bluetooth.h1
2 files changed, 2 insertions, 1 deletions
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 <vector>
#include <cstdint>
#include <map>
+#include <functional>
#include "ByteBuffer.h"