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

Commit d7ce5be5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing libc++ includes" into main

parents 09164c7b 9942ec71
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