From 245a84c75ea378c8f3447d9f6f87b186a8f8721d Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Wed, 3 Aug 2011 18:48:28 -0300 Subject: [PATCH] Fixed include camelcase. --- cxxmph/bm_index.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxxmph/bm_index.cc b/cxxmph/bm_index.cc index 03cb222..ecc90bf 100644 --- a/cxxmph/bm_index.cc +++ b/cxxmph/bm_index.cc @@ -3,7 +3,7 @@ #include #include "bm_common.h" -#include "StringPiece.h" +#include "stringpiece.h" #include "mph_index.h" using namespace cxxmph;