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

Commit dd553d28 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "Add the missing #include of <functional>."

parents 3541934f 9468fc04
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
#include <sys/ioctl.h>
#include <unistd.h>

#include <functional>

#include "minui/minui.h"

#define MAX_DEVICES 16
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include <time.h>
#include <unistd.h>

#include <functional>
#include <string>

#include <android-base/file.h>