Merge "Add the missing #include of <functional>."

This commit is contained in:
Tao Bao
2017-03-17 15:35:54 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
#include <sys/ioctl.h>
#include <unistd.h>
#include <functional>
#include "minui/minui.h"
#define MAX_DEVICES 16

1
ui.cpp
View File

@@ -30,6 +30,7 @@
#include <time.h>
#include <unistd.h>
#include <functional>
#include <string>
#include <android-base/file.h>