From d821543dff2de70fd405f75c2dafb6f24b4dfb78 Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Tue, 17 May 2005 19:15:17 +0000 Subject: [PATCH] fix vc6 debug build bustage, r=darin git-svn-id: svn://10.0.0.236/trunk@173518 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/nsWindowsRegKey.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/ds/nsWindowsRegKey.cpp b/mozilla/xpcom/ds/nsWindowsRegKey.cpp index 18428345d20..57519359596 100644 --- a/mozilla/xpcom/ds/nsWindowsRegKey.cpp +++ b/mozilla/xpcom/ds/nsWindowsRegKey.cpp @@ -38,6 +38,7 @@ #include #include +#include #include "nsWindowsRegKey.h" #include "nsNativeCharsetUtils.h" #include "nsString.h"