Skip to content

Commit

Permalink
🩹 (BLEKit): Fix missing include <functional>
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Nov 8, 2022
1 parent 680a48a commit 3b28be0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/BLEKit/include/CoreGapEventHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#pragma once

#include <functional>

#include "ble/BLE.h"
#include "ble/Gap.h"

Expand Down

0 comments on commit 3b28be0

Please sign in to comment.