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

Commit 041b86fe authored by Ryan Prichard's avatar Ryan Prichard Committed by Automerger Merge Worker
Browse files

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

parents 0b047d73 3508150e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,10 +16,11 @@

#pragma once

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

namespace android {