Kouhei Sutou
null+****@clear*****
Wed Dec 28 00:17:10 JST 2016
Kouhei Sutou 2016-12-28 00:17:10 +0900 (Wed, 28 Dec 2016) New Revision: 3e3f7e313f1bd05130bbe6e01c8fd832b81a613d https://github.com/mroonga/mroonga/commit/3e3f7e313f1bd05130bbe6e01c8fd832b81a613d Message: mysql57: support building with MySQL 5.7.17 We need to include some headers explicitly. Modified files: lib/mrn_count_skip_checker.cpp lib/mrn_count_skip_checker.hpp Modified: lib/mrn_count_skip_checker.cpp (+2 -0) =================================================================== --- lib/mrn_count_skip_checker.cpp 2016-12-28 00:08:44 +0900 (32191ee) +++ lib/mrn_count_skip_checker.cpp 2016-12-28 00:17:10 +0900 (6c468e2) @@ -20,6 +20,8 @@ #include "mrn_count_skip_checker.hpp" +#include <item_sum.h> + // for debug #define MRN_CLASS_NAME "mrn::CountSkipChecker" Modified: lib/mrn_count_skip_checker.hpp (+2 -0) =================================================================== --- lib/mrn_count_skip_checker.hpp 2016-12-28 00:08:44 +0900 (27edc72) +++ lib/mrn_count_skip_checker.hpp 2016-12-28 00:17:10 +0900 (9c217c7) @@ -22,6 +22,8 @@ #include <mrn_mysql_compat.h> +#include <item_cmpfunc.h> + #include <groonga.h> namespace mrn { -------------- next part -------------- HTML����������������������������...Download