Add missing include. Clang build fix.
Change-Id: I74bed4f27e34c6bbf904058c14e124d8f5d35d82
This commit is contained in:
parent
4d7f052afb
commit
8f7f0f88a3
1 changed files with 3 additions and 1 deletions
|
@ -14,9 +14,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <arpa/inet.h>
|
||||
#include <iostream>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <UniquePtr.h>
|
||||
#include <iostream>
|
||||
|
||||
#include <hardware/hw_auth_token.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue