Skip to content

Commit

Permalink
ApplyPatch:add string.h to fix linux compile error
Browse files Browse the repository at this point in the history
Signed-off-by: erfanoabdi <[email protected]>
  • Loading branch information
erfanoabdi committed Jul 24, 2017
1 parent 0ca62f4 commit a9d73a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApplyPatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <memory>
#include <string>
#include <vector>
#include <string.h>

#include <android-base/parseint.h>
#include <android-base/strings.h>
Expand Down

0 comments on commit a9d73a5

Please sign in to comment.