diff options
Diffstat (limited to 'sql/partition_element.h')
-rw-r--r-- | sql/partition_element.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/partition_element.h b/sql/partition_element.h index 73f85ac275f..cefc32ecac4 100644 --- a/sql/partition_element.h +++ b/sql/partition_element.h @@ -16,6 +16,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "my_base.h" /* ha_rows */ +#include "handler.h" /* UNDEF_NODEGROUP */ + /** * An enum and a struct to handle partitioning and subpartitioning. */ |