IBase::getReferenceInfo -> getDebugInfo
Bug: 34777099
Bug: 34861460
Test: lshal
Test: NFC / light / audio with and without persistent.hal.binderized;
run lshal to reflect this.
Change-Id: I70aebefcaf5ed92a3c31a7bf2406d610c4533258
diff --git a/transport/HidlBinderSupport.cpp b/transport/HidlBinderSupport.cpp
index 6be7254..de4519b 100644
--- a/transport/HidlBinderSupport.cpp
+++ b/transport/HidlBinderSupport.cpp
@@ -18,6 +18,13 @@
#include <hidl/HidlBinderSupport.h>
+// C includes
+#include <unistd.h>
+
+// C++ includes
+#include <fstream>
+#include <sstream>
+
#ifdef LIBHIDL_TARGET_DEBUGGABLE
#include <android-base/logging.h>
#endif