diff --git a/embedding/tests/mfcembed/components/nsPrintDialogUtil.cpp b/embedding/tests/mfcembed/components/nsPrintDialogUtil.cpp index 1b1f14ffd94..2d03ee5d1a4 100644 --- a/embedding/tests/mfcembed/components/nsPrintDialogUtil.cpp +++ b/embedding/tests/mfcembed/components/nsPrintDialogUtil.cpp @@ -68,6 +68,9 @@ WIN_LIBS= \ #include "nsUnitConversion.h" #include "nsIPrintOptions.h" #include "nsGfxCIID.h" +#include "nsIPrefService.h" +#include "nsIPrefBranch.h" + static NS_DEFINE_IID(kPrinterEnumeratorCID, NS_PRINTER_ENUMERATOR_CID); #include "nsRect.h"