1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 2c2c44f86..c1c53fc52 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -1342,6 +1342,7 @@
<Compile Include="src\math\ec\custom\sec\SecT571R1Curve.cs" />
<Compile Include="src\math\ec\custom\sec\SecT571R1Point.cs" />
<Compile Include="src\math\ec\endo\ECEndomorphism.cs" />
+ <Compile Include="src\math\ec\endo\EndoPreCompInfo.cs" />
<Compile Include="src\math\ec\endo\EndoUtilities.cs" />
<Compile Include="src\math\ec\endo\GlvEndomorphism.cs" />
<Compile Include="src\math\ec\endo\GlvTypeAEndomorphism.cs" />
|