mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 563294 - Include memory.h instead of memory to avoid failure to build in gcc C++0x mode [r=benjamin]
This commit is contained in:
parent
9df652824c
commit
0e0b16f3aa
@ -5,7 +5,7 @@
|
||||
#ifndef BASE_THREAD_COLLISION_WARNER_H_
|
||||
#define BASE_THREAD_COLLISION_WARNER_H_
|
||||
|
||||
#include <memory>
|
||||
#include <memory.h>
|
||||
|
||||
#include "base/atomicops.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user