mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
A cleanup for MDEV-19468: Adding a missing #include <cmath>
This commit is contained in:
parent
6434e495c1
commit
fde29f3a22
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
#ifndef SQL_TYPE_REAL_INCLUDED
|
#ifndef SQL_TYPE_REAL_INCLUDED
|
||||||
#define SQL_TYPE_REAL_INCLUDED
|
#define SQL_TYPE_REAL_INCLUDED
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
class Float
|
class Float
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue