summaryrefslogtreecommitdiffstats
path: root/libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h
diff options
context:
space:
mode:
authorNingyuan Wang <nywang@google.com>2017-06-26 09:24:49 -0700
committerNingyuan Wang <nywang@google.com>2017-06-26 15:22:14 -0700
commit672213184e2bbe11972d243cfa41fa0ebbae47a8 (patch)
treebd3aa74106a9c981e1131f8d8ae4499766dbf55b /libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h
parentcf26794139d7166550bdfb9f7d0d06be2a14ac6e (diff)
downloadandroid_frameworks_opt_net_wifi-672213184e2bbe11972d243cfa41fa0ebbae47a8.tar.gz
android_frameworks_opt_net_wifi-672213184e2bbe11972d243cfa41fa0ebbae47a8.tar.bz2
android_frameworks_opt_net_wifi-672213184e2bbe11972d243cfa41fa0ebbae47a8.zip
Add missing gmock.h includes for mock class headers
Mock class headers should include gmock.h, otherwise it imposes a requirement that anyone who uses the mock class header should include gmock.h before that. Bug: 62961379 Test: compile, unittests Change-Id: I788badd961de04dc6a0c584e08264c94692250b5
Diffstat (limited to 'libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h')
-rw-r--r--libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h b/libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h
index b9926c938..200f0c0ad 100644
--- a/libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h
+++ b/libwifi_system_iface/testlib/include/wifi_system_test/mock_interface_tool.h
@@ -17,6 +17,7 @@
#ifndef ANDROID_WIFI_SYSTEM_TEST_MOCK_INTERFACE_TOOL_H
#define ANDROID_WIFI_SYSTEM_TEST_MOCK_INTERFACE_TOOL_H
+#include <gmock/gmock.h>
#include <wifi_system/interface_tool.h>
namespace android {