diff options
Diffstat (limited to 'embed/mozilla/EphyUtils.cpp')
-rw-r--r-- | embed/mozilla/EphyUtils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/mozilla/EphyUtils.cpp b/embed/mozilla/EphyUtils.cpp index 0888ed674..fb3bfabca 100644 --- a/embed/mozilla/EphyUtils.cpp +++ b/embed/mozilla/EphyUtils.cpp @@ -27,6 +27,9 @@ #include "ephy-embed-single.h" #include "print-dialog.h" +#include <nsIIOService.h> +#include <nsIURI.h> +#include <nsIDOMWindow.h> #include <nsIServiceManager.h> #undef MOZILLA_INTERNAL_API #include <nsEmbedString.h> |