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] |
Move Stopwatch into its own header Bug: 29748723 Change-Id: I7433f766909177b0ec945aa26f98534069b35891 Test: netd_integration_test
diff --git a/client/NetdClient.cpp b/client/NetdClient.cpp index 392b0af..91d630d 100644 --- a/client/NetdClient.cpp +++ b/client/NetdClient.cpp
@@ -26,6 +26,7 @@ #include "FwmarkClient.h" #include "FwmarkCommand.h" #include "resolv_netid.h" +#include "Stopwatch.h" namespace {