diff options
Diffstat (limited to 'sql/spatial.h')
-rw-r--r-- | sql/spatial.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/spatial.h b/sql/spatial.h index cd29b14ff38..0d0560656f0 100644 --- a/sql/spatial.h +++ b/sql/spatial.h @@ -12,8 +12,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _spatial_h #define _spatial_h @@ -23,6 +22,8 @@ #ifdef HAVE_SPATIAL +class Gis_read_stream; + #include "gcalc_tools.h" const uint SRID_SIZE= 4; |