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

Commit 12bbf9e6 authored by Elliott Hughes's avatar Elliott Hughes Committed by Automerger Merge Worker
Browse files

Merge "Fix C++23 build." into main am: e989de67

parents 2fad3444 e989de67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <sys/types.h>

#include <map>
#include <memory>
#include <optional>
#include <string>
#include <utility>
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <algorithm>
#include <chrono>
#include <cstdlib>
#include <fstream>
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
#include "test_utils.h"
#include <fcntl.h>
#include <termios.h>
#include <algorithm>
#include <iterator>
#include <sstream>

namespace fastboot {
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <algorithm>
#include <iomanip>
#include <sstream>

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 *
 */

#include <functional>
#include <fuzzer/FuzzedDataProvider.h>
#include <liblp/builder.h>
#include <liblp/property_fetcher.h>
Loading