Skip to content
Snippets Groups Projects
Commit aad12519 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

math operations are only present in the cc not in the header.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent ff1d7358
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <cmath>
namespace Common { namespace Common {
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#define _Common_Real_HH #define _Common_Real_HH
#include "string.hh" #include "string.hh"
#include <math.h>
// older versions of gcc do not have numeric_limits<double> or it is wrong // older versions of gcc do not have numeric_limits<double> or it is wrong
// and they do not have constants defined by C99 standard // and they do not have constants defined by C99 standard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment