Kouhei Sutou
null+****@clear*****
Sun Apr 29 15:42:47 JST 2018
Kouhei Sutou 2018-04-29 15:42:47 +0900 (Sun, 29 Apr 2018) New Revision: a082e60dda03bdac7e47b042c5479b68064ecdc1 https://github.com/mroonga/mroonga/commit/a082e60dda03bdac7e47b042c5479b68064ecdc1 Message: mysql8.0: include table.h and field.h explicitly Modified files: lib/mrn_table_fields_offset_mover.cpp Modified: lib/mrn_table_fields_offset_mover.cpp (+4 -1) =================================================================== --- lib/mrn_table_fields_offset_mover.cpp 2018-04-29 15:41:04 +0900 (7f1dae26) +++ lib/mrn_table_fields_offset_mover.cpp 2018-04-29 15:42:47 +0900 (d4288c8a) @@ -1,6 +1,6 @@ /* -*- c-basic-offset: 2 -*- */ /* - Copyright(C) 2017 Kouhei Sutou <kou �� clear-code.com> + Copyright(C) 2017-2018 Kouhei Sutou <kou �� clear-code.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -19,6 +19,9 @@ #include "mrn_table_fields_offset_mover.hpp" +#include <table.h> +#include <field.h> + namespace mrn { TableFieldsOffsetMover::TableFieldsOffsetMover(TABLE *table, my_ptrdiff_t diff) -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180429/49cd3dcc/attachment.htm