summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2023-01-18 01:19:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-01-18 01:19:27 +0000
commit75cdf184f77217f434b4a7dbf89679a0fda026a3 (patch)
tree47d0829da4f0e0bd6b998526bead004d96ba548d
parent68298119c19de134a1625bfbb85d24661f62cef7 (diff)
parent93093fde9ac7a0cbf99f092b04e89c4a150238d5 (diff)
downloadhwservicemanager-75cdf184f77217f434b4a7dbf89679a0fda026a3.tar.gz
Original change: https://android-review.googlesource.com/c/platform/system/hwservicemanager/+/2386557 Change-Id: Ife91cb018d98829dddf7b9bcb36c49d1c30e63bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Vintf.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vintf.cpp b/Vintf.cpp
index afb19c7..b4f9f2e 100644
--- a/Vintf.cpp
+++ b/Vintf.cpp
@@ -20,8 +20,9 @@
#include "Vintf.h"
#include <android-base/logging.h>
-#include <vintf/parse_string.h>
+#include <hidl-util/FQName.h>
#include <vintf/VintfObject.h>
+#include <vintf/parse_string.h>
namespace android {
namespace hardware {