Fixing possible build bustage due to null-check on nsCOMPtr of incomplete type.

This commit is contained in:
jst%mozilla.jstenback.com 2005-03-16 15:15:52 +00:00
parent 098662ef65
commit 128919ba42

View File

@ -41,6 +41,7 @@
#include "nsNativeDragTarget.h"
#include "nsDragService.h"
#include "nsIServiceManager.h"
#include "nsIDOMNode.h"
#include "nsCOMPtr.h"
#include "nsIWidget.h"