Merge pull request #302 from EddieRingle/fix-gcc-7

Fix build with GCC 7.1
This commit is contained in:
Simon Fels 2017-05-30 07:10:43 +02:00 committed by GitHub
commit 4a5ce92553
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@
#ifndef ANBOX_BRIDGE_PLATFORM_SERVER_H_
#define ANBOX_BRIDGE_PLATFORM_SERVER_H_
#include <functional>
#include <memory>
namespace google {

View file

@ -18,6 +18,7 @@
#ifndef ANBOX_QEMU_AT_PARSER_H_
#define ANBOX_QEMU_AT_PARSER_H_
#include <functional>
#include <map>
#include <memory>
#include <string>