Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9942ec71 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add missing libc++ includes

Bug: 175635923
Test: m MODULES-IN-packages-modules-Bluetooth
Flag: EXEMPT, no logical change
Change-Id: I2ec1fab78b6f84f98d82083fe88040dead57a1e7
parent 93d44a83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <fuzzer/FuzzedDataProvider.h>

#include <cstring>  // For memcpy
#include <functional>
#include <vector>

#include "types/bluetooth/uuid.h"
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 */

#include <cstdint>
#include <functional>
#include <string>
#include <vector>

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */
#include <cstdint>
#include <functional>
#include <string>

namespace test {
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 */

#include <cstdint>
#include <functional>

// Original included files, if any