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 | |
parent | 226a1ebe8f0c0ae08d30ea5f5569aa73ac54e58b (diff) |
Fix changed jaulib header names
-rw-r--r-- | api/tinyb/BluetoothManager.hpp | 2 | ||||
-rw-r--r-- | examples/direct_bt_scanner10/dbt_scanner10.cpp | 2 |
2 files changed, 2 insertions, 2 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 { diff --git a/examples/direct_bt_scanner10/dbt_scanner10.cpp b/examples/direct_bt_scanner10/dbt_scanner10.cpp index 40f437df..4d0db4ee 100644 --- a/examples/direct_bt_scanner10/dbt_scanner10.cpp +++ b/examples/direct_bt_scanner10/dbt_scanner10.cpp @@ -37,7 +37,7 @@ #include <pthread.h> #include <csignal> -#include <jau/cpp_lang_macros.hpp> +#include <jau/cpp_lang_util.hpp> #include <jau/dfa_utf8_decode.hpp> #include <jau/basic_algos.hpp> #include <jau/darray.hpp> |