diff --git a/modules/oji/src/ProxyJNI.cpp b/modules/oji/src/ProxyJNI.cpp index 5885ed14ca5..1795a9c2430 100644 --- a/modules/oji/src/ProxyJNI.cpp +++ b/modules/oji/src/ProxyJNI.cpp @@ -31,6 +31,7 @@ #include "nsHashtable.h" #include "nsVoidArray.h" #include "plstr.h" +#include "ProxyClassLoader.h" #include "ProxyJNI.h" @@ -1610,4 +1611,4 @@ PR_IMPLEMENT(void) SetSecurityContext(JNIEnv* env, nsISecurityContext *context) PR_IMPLEMENT(nsresult) GetSecurityContext(JNIEnv* env, nsISecurityContext **context) { ProxyJNIEnv* proxyEnv = (ProxyJNIEnv*)env; return proxyEnv->GetSecurityContext(context); -} \ No newline at end of file +}