Author: fmui
Date: Mon Mar 5 19:38:05 2012
New Revision: 1297193
URL: http://svn.apache.org/viewvc?rev=1297193&view=rev
Log:
Added missing import
Modified:
chemistry/dotcmis/trunk/DotCMIS/binding/http.cs
Modified: chemistry/dotcmis/trunk/DotCMIS/binding/http.cs
URL:
http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/binding/http.cs?rev=1297193&r1=1297192&r2=1297193&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/binding/http.cs (original)
+++ chemistry/dotcmis/trunk/DotCMIS/binding/http.cs Mon Mar 5 19:38:05 2012
@@ -21,6 +21,7 @@ using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Net;
+using System.Security.Cryptography;
using System.Text;
using System.Web;
using DotCMIS.Enums;