gatt_client: add missing include

This commit is contained in:
Matthias Ringwald 2024-08-15 15:49:43 +02:00
parent be75fc0837
commit c40517c323

View File

@ -48,6 +48,7 @@
#include "ble/gatt_client.h"
#include "ble/le_device_db.h"
#include "ble/sm.h"
#include "bluetooth_psm.h"
#include "btstack_debug.h"
#include "btstack_event.h"
#include "btstack_memory.h"