aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurii Zubrytskyi <zyy@google.com>2024-02-12 21:19:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-12 21:19:10 +0000
commit760f5ccbe42a409257a9370d60f1660706ecad83 (patch)
treeb4836a68856846a7c79371e8b6a11aa700b3b6ae
parent405bbd307cd81a73a1ae14413be5e6762daa8313 (diff)
parent03d191d6c98f6adf2382a2741b068b0260036679 (diff)
downloadaidl-760f5ccbe42a409257a9370d60f1660706ecad83.tar.gz
Add a missing include am: 03d191d6c9
Original change: https://android-review.googlesource.com/c/platform/system/tools/aidl/+/2957315 Change-Id: Ib205b5f5e4a3b9da54084f8d6b17aafe2d23a4d7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--analyzer/analyzerMain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/analyzer/analyzerMain.cpp b/analyzer/analyzerMain.cpp
index f6f3564d..553f08b4 100644
--- a/analyzer/analyzerMain.cpp
+++ b/analyzer/analyzerMain.cpp
@@ -21,6 +21,7 @@
#include <binder/Parcel.h>
#include <binder/RecordedTransaction.h>
#include <signal.h>
+#include <iostream>
#include <fstream>
#include <sstream>
#include "include/Analyzer.h"