Include header for DISALLOW_COPY_AND_ASSIGN am: 3a84e4d
am: 55e4007

* commit '55e40078eaa8adb25fc7c6af44b5033eca2645c9':
  Include header for DISALLOW_COPY_AND_ASSIGN

Change-Id: Ia2cb9e96bed8e2da3b84556eed44513b29b21528
diff --git a/binder_interface.h b/binder_interface.h
index 17ec690..01600b9 100644
--- a/binder_interface.h
+++ b/binder_interface.h
@@ -15,7 +15,9 @@
 #ifndef FIREWALLD_BINDER_INTERFACE_H_
 #define FIREWALLD_BINDER_INTERFACE_H_
 
-#include <android/firewalld/BnFirewall.h>
+#include <base/macros.h>
+
+#include "android/firewalld/BnFirewall.h"
 
 namespace firewalld {