Skip to content

Commit

Permalink
fix: added missing stdexcept include
Browse files Browse the repository at this point in the history
  • Loading branch information
stoprocent committed Feb 24, 2025
1 parent f7562bb commit 1149918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/BluetoothHciL2Socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <uv.h>
#include <stdexcept>

#include "BluetoothHciL2Socket.h"
#include "BluetoothHciSocket.h"
Expand Down
1 change: 1 addition & 0 deletions src/BluetoothHciSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <sys/types.h>
#include <unistd.h>
#include <uv.h>
#include <stdexcept>

#include "BluetoothHciSocket.h"

Expand Down

0 comments on commit 1149918

Please sign in to comment.