summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2023-01-12 14:50:57 -0800
committerYifan Hong <elsk@google.com>2023-01-12 14:51:06 -0800
commit25f755d9bfe8773f7b437906b18cce9705c171ce (patch)
tree47d0829da4f0e0bd6b998526bead004d96ba548d
parentc60a0bd4848bbe22a31dd36b2ea18ecbafed7362 (diff)
downloadhwservicemanager-25f755d9bfe8773f7b437906b18cce9705c171ce.tar.gz
Test: TH Bug: 264267049 Change-Id: Ifb48d65611dc7958634b82311454e785fecc43f3
-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 {