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

Commit bba43428 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

inputflinger: add missing <functional> include

Bug: 175635923
Test: treehugger
Change-Id: Ieb7828b26613c3b5470c9b76f31ad1b6b09d9445
Merged-In: Ieb7828b26613c3b5470c9b76f31ad1b6b09d9445
parent ded71e68
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 {