Skip to content

Commit

Permalink
Avoiding errors when indexes use .ToString(CultureInfo.InvariantCulture)
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed Apr 8, 2012
1 parent 58dde58 commit 56aef6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Raven.Database/Linq/AbstractViewGenerator.cs
Expand Up @@ -8,6 +8,7 @@
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Text;
using System.Globalization;
using System.Text.RegularExpressions;
using Lucene.Net.Documents;
using Newtonsoft.Json.Linq;
Expand Down

0 comments on commit 56aef6e

Please sign in to comment.