Merge pull request #302 from EddieRingle/fix-gcc-7
Fix build with GCC 7.1
This commit is contained in:
commit
4a5ce92553
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#ifndef ANBOX_BRIDGE_PLATFORM_SERVER_H_
|
||||
#define ANBOX_BRIDGE_PLATFORM_SERVER_H_
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
|
||||
namespace google {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
#ifndef ANBOX_QEMU_AT_PARSER_H_
|
||||
#define ANBOX_QEMU_AT_PARSER_H_
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue