Browse Source

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

pull/1306/head
Alexander Barkov 7 years ago
parent
commit
fde29f3a22
  1. 1
      sql/sql_type_real.h

1
sql/sql_type_real.h

@ -16,6 +16,7 @@
#ifndef SQL_TYPE_REAL_INCLUDED
#define SQL_TYPE_REAL_INCLUDED
#include <cmath>
class Float
{

Loading…
Cancel
Save