From 225a4cdd63e9b4210ad8a81b6f6607c662cebe45 Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Wed, 23 Jun 2010 12:59:59 -0700 Subject: [PATCH] Restore include that was lost during a merge --- netwerk/protocol/res/nsResProtocolHandler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/protocol/res/nsResProtocolHandler.cpp b/netwerk/protocol/res/nsResProtocolHandler.cpp index 031143164994..1961c21457e9 100644 --- a/netwerk/protocol/res/nsResProtocolHandler.cpp +++ b/netwerk/protocol/res/nsResProtocolHandler.cpp @@ -58,6 +58,8 @@ #include "nsURLHelper.h" #include "nsEscape.h" +#include "mozilla/Omnijar.h" + static NS_DEFINE_CID(kResURLCID, NS_RESURL_CID); static nsResProtocolHandler *gResHandler = nsnull;