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:
Mike Hommey 2010-05-06 09:16:54 +02:00
parent 9df652824c
commit 0e0b16f3aa

View File

@ -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"