commit | cc544162e08dd0df271cd77a3f2c85dbaaa461e2 | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Wed Sep 21 16:31:33 2016 +0900 |
committer | Robin Lee <rgl@google.com> | Wed Sep 21 16:50:21 2016 +0100 |
tree | c584b8e91190caa006357fccfa290db6b0903f9b | |
parent | e7a80b5c942b993eb2ec95b6a338a84b89e9d3a0 [diff] [blame] |
Move Stopwatch into its own header Bug: 29748723 Change-Id: I7433f766909177b0ec945aa26f98534069b35891 Test: netd_integration_test
diff --git a/tests/binder_test.cpp b/tests/binder_test.cpp index 9638230..5f60642 100644 --- a/tests/binder_test.cpp +++ b/tests/binder_test.cpp
@@ -42,6 +42,7 @@ #include <netutils/ifc.h> #include "NetdConstants.h" +#include "Stopwatch.h" #include "android/net/INetd.h" #include "android/net/UidRange.h" #include "binder/IServiceManager.h"