Fix compilation errors on Linux

This commit is contained in:
Cheng Zhao 2016-05-23 15:08:20 +09:00
parent 0a5c4b8ced
commit 4ccf4394d7
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@
#ifndef BROWSER_DEVTOOLS_NETWORK_CONTROLLER_HANDLE_H_
#define BROWSER_DEVTOOLS_NETWORK_CONTROLLER_HANDLE_H_
#include <memory>
#include <string>
#include "base/macros.h"