commit | 7e05cc933bf45f7a6e6e93027883f0d329a7101e | [log] [tgz] |
---|---|---|
author | Robin Lee <rgl@google.com> | Wed Sep 21 16:31:33 2016 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Thu Oct 27 18:15:48 2016 +0900 |
tree | b49658074e774fbc6463109ff5543a893cce0696 | |
parent | d67c77f56ae093f60f30c640cf0ba3b32822b794 [diff] [blame] |
Move Stopwatch into its own header Bug: 29748723 Test: netd_integration_test (cherry picked from commit cc544162e08dd0df271cd77a3f2c85dbaaa461e2) Change-Id: I02a9ad8591d1c98f146fe2fe8c3b25a2d752ab55
diff --git a/server/SockDiag.cpp b/server/SockDiag.cpp index f6b8b10..d5150e2 100644 --- a/server/SockDiag.cpp +++ b/server/SockDiag.cpp
@@ -35,6 +35,7 @@ #include "NetdConstants.h" #include "Permission.h" #include "SockDiag.h" +#include "Stopwatch.h" #include <chrono>