diff options
author | Sven Gothel <[email protected]> | 2021-02-08 15:59:23 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-02-08 15:59:23 +0100 |
commit | e41f44d005ad950d8c243bfa0d0116a2df080809 (patch) | |
tree | 956dd086c05670a83e919b023876d3f465dda0a3 /api | |
parent | 226a1ebe8f0c0ae08d30ea5f5569aa73ac54e58b (diff) |
Fix changed jaulib header names
Diffstat (limited to 'api')
-rw-r--r-- | api/tinyb/BluetoothManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tinyb/BluetoothManager.hpp b/api/tinyb/BluetoothManager.hpp index 46e062a4..3210f966 100644 --- a/api/tinyb/BluetoothManager.hpp +++ b/api/tinyb/BluetoothManager.hpp @@ -28,7 +28,7 @@ #include <vector> #include <list> -#include <jau/cpp_lang_macros.hpp> +#include <jau/cpp_lang_util.hpp> class tinyb::BluetoothManager: public BluetoothObject { |