From 9a8a56e28267b94170a88d20fc04bc3d0a7d8e91 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Tue, 18 Mar 2008 19:43:51 +0000 Subject: [PATCH] Bug 422366 - "AIX Compilation error for trunk build source nsCOMPtr.h : The base class "nsISelection" is declared but not defined." [p=shailen.n.jain@gmail.com (Shailen) r+sr=roc a1.9=beltzner] --- widget/src/gtk2/nsDragService.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widget/src/gtk2/nsDragService.cpp b/widget/src/gtk2/nsDragService.cpp index 3c1a03c98ec..01b3c43e110 100644 --- a/widget/src/gtk2/nsDragService.cpp +++ b/widget/src/gtk2/nsDragService.cpp @@ -62,6 +62,7 @@ #include "nsIPresShell.h" #include "nsPresContext.h" #include "nsIDocument.h" +#include "nsISelection.h" static PRLogModuleInfo *sDragLm = NULL;