From 67f1bd08f8a0e4948a5abfe4a7c6687dacf2139e Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 8 Jan 1999 03:28:47 +0000 Subject: [PATCH] Change 'memory' include to search in system path git-svn-id: svn://10.0.0.236/trunk@17367 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/mac/nsMacWindow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/widget/src/mac/nsMacWindow.h b/mozilla/widget/src/mac/nsMacWindow.h index e7cf2326de5..e1f79f31ce8 100644 --- a/mozilla/widget/src/mac/nsMacWindow.h +++ b/mozilla/widget/src/mac/nsMacWindow.h @@ -18,9 +18,10 @@ #ifndef MacWindow_h__ #define MacWindow_h__ +#include // for auto_ptr + #include "nsWindow.h" #include "nsMacEventHandler.h" -#include "memory" // for auto_ptr class nsMacEventHandler;