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

Commit 3508150e authored by Ryan Prichard's avatar Ryan Prichard Committed by Gerrit Code Review
Browse files

Merge "inputflinger: add missing <functional> include" into main

parents ecf37287 bba43428
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,10 +17,11 @@
#ifndef _UI_INPUT_BLOCKING_QUEUE_H
#define _UI_INPUT_BLOCKING_QUEUE_H

#include "android-base/thread_annotations.h"
#include <condition_variable>
#include <functional>
#include <mutex>
#include <vector>
#include "android-base/thread_annotations.h"

namespace android {