Navigation Menu

Skip to content

Commit

Permalink
mysql8.0: include table.h and field.h explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2018
1 parent 9a351a4 commit a082e60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/mrn_table_fields_offset_mover.cpp
@@ -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
Expand All @@ -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)
Expand Down

0 comments on commit a082e60

Please sign in to comment.