otafault: Add the missing #include <string>.

Test: mmma bootable/recovery
Change-Id: If7610ba55a2d2dd4257ff38c44d252c9c6bbfe40
This commit is contained in:
Tao Bao 2017-10-03 17:21:11 -07:00
parent 2cedab7af9
commit f0ca4f8f2d

View file

@ -26,6 +26,7 @@
#include <map>
#include <mutex>
#include <string>
#include <android-base/thread_annotations.h>