diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 16:37:23 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-12 16:37:23 +0200 |
commit | fdd8d6347e611ef2e045d098f8cc8840deb00355 (patch) | |
tree | 8fc53b0d1b6d405d1bde0cf61c3dc55d2d3666f5 /caps/nsPrincipal.cpp | |
parent | 69970c911be3c9189006c61fea7c059bf4f7e005 (diff) | |
download | uxp-fdd8d6347e611ef2e045d098f8cc8840deb00355.tar.gz |
Stop building /caps unified and fix deprot.
Tag #80
Diffstat (limited to 'caps/nsPrincipal.cpp')
-rw-r--r-- | caps/nsPrincipal.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/caps/nsPrincipal.cpp b/caps/nsPrincipal.cpp index 129cdf9a05..d111042c18 100644 --- a/caps/nsPrincipal.cpp +++ b/caps/nsPrincipal.cpp @@ -19,6 +19,8 @@ #include "nsJSPrincipals.h" #include "nsIEffectiveTLDService.h" #include "nsIClassInfoImpl.h" +#include "nsIObjectInputStream.h" +#include "nsIObjectOutputStream.h" #include "nsIProtocolHandler.h" #include "nsError.h" #include "nsIContentSecurityPolicy.h" |