Skip to content

Commit fde29f3

Browse files
committed
A cleanup for MDEV-19468: Adding a missing #include <cmath>
1 parent 6434e49 commit fde29f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/sql_type_real.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#ifndef SQL_TYPE_REAL_INCLUDED
1717
#define SQL_TYPE_REAL_INCLUDED
1818

19+
#include <cmath>
1920

2021
class Float
2122
{

0 commit comments

Comments
 (0)