Add memory include for std::unique_ptr
This commit is contained in:
parent
278a283801
commit
4625159310
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
#ifndef BRIGHTRAY_BROWSER_BROWSER_MAIN_PARTS_H_
|
||||
#define BRIGHTRAY_BROWSER_BROWSER_MAIN_PARTS_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "base/compiler_specific.h"
|
||||
#include "base/macros.h"
|
||||
#include "content/public/browser/browser_main_parts.h"
|
||||
|
|
Loading…
Reference in a new issue