summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Lerman <qsr@chromium.org>2023-09-13 13:13:03 +0200
committerBenjamin Lerman <qsr@chromium.org>2023-09-13 13:13:03 +0200
commit707a554cef39cb640da08dccb484a21926fce94b (patch)
tree87bba70f54c3aba336dd9d7747d0b480803d51a0
parente97a1ec320fb8576e460c05ac752afb5c19d8023 (diff)
downloadlibhwbinder-707a554cef39cb640da08dccb484a21926fce94b.tar.gz
Add missing std header
Change-Id: Ie0865c8fcf91d02cd12c7762a1bbf4d72e99924d
-rw-r--r--ProcessState.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ProcessState.cpp b/ProcessState.cpp
index 2403500..d6dfa16 100644
--- a/ProcessState.cpp
+++ b/ProcessState.cpp
@@ -38,6 +38,8 @@
#include <sys/stat.h>
#include <sys/types.h>
+#include <mutex>
+
#define DEFAULT_BINDER_VM_SIZE ((1 * 1024 * 1024) - sysconf(_SC_PAGE_SIZE) * 2)
#define DEFAULT_MAX_BINDER_THREADS 0
#define DEFAULT_ENABLE_ONEWAY_SPAM_DETECTION 1