Commit fde29f3a authored by Alexander Barkov's avatar Alexander Barkov

A cleanup for MDEV-19468: Adding a missing #include <cmath>

parent 6434e495
...@@ -16,6 +16,7 @@ ...@@ -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
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment