Add missing #include <memory> for std::unique_ptr on Windows.

Change-Id: Ic02f53003a20a646cbbf2aa08e0e10be9bd8b97f
This commit is contained in:
Elliott Hughes 2015-08-24 14:49:43 -07:00
parent 186f1dee2a
commit a925dba0e0
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
#include <time.h>
#include <utime.h>
#include <memory>
#include "sysdeps.h"
#include "adb.h"