From 2fb4fdb64cf815e8f202522c05f314e65a9e9f7c Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 7 Mar 2011 04:32:06 +0000 Subject: [PATCH] Fixed compilation error --- words/sloynik_index.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/words/sloynik_index.cpp b/words/sloynik_index.cpp index bcf9529388..b2399d2e39 100644 --- a/words/sloynik_index.cpp +++ b/words/sloynik_index.cpp @@ -6,10 +6,7 @@ #include "../base/cache.hpp" #include "../std/bind.hpp" -extern "C" { - #include "../coding/timsort/timsort.h" -} - +#include "../coding/timsort/timsort.hpp" #define FILE_SORTER_LOG_BATCH_SIZE 11