IWYU: FQName.

Test: TH
Bug: 264267049
Change-Id: Ifb48d65611dc7958634b82311454e785fecc43f3
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 {