Skip to content
Snippets Groups Projects
Commit 506b4ad2 authored by Botond Baranyi's avatar Botond Baranyi Committed by Gerrit Code Review
Browse files

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

parents 5ded8fad aad12519
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <errno.h>
#include <string.h>
#include <cmath>
namespace Common {
......
......@@ -18,7 +18,6 @@
#define _Common_Real_HH
#include "string.hh"
#include <math.h>
// older versions of gcc do not have numeric_limits<double> or it is wrong
// 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