From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Mon, 5 Sep 2011 12:48:39 +0000 (+0200)
Subject: Use C++ header <cmath> instead of <math.h>.
X-Git-Tag: v0.1~15
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/478f96c43ea9a4c1b3e337628ffa9388287e9928?hp=-c

Use C++ header <cmath> instead of <math.h>.
---

478f96c43ea9a4c1b3e337628ffa9388287e9928
diff --git a/loba_bulk.cpp b/loba_bulk.cpp
index 44d54ab..0821eda 100644
--- a/loba_bulk.cpp
+++ b/loba_bulk.cpp
@@ -1,5 +1,5 @@
+#include <cmath>
 #include <xbt/log.h>
-#include <math.h>
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(loba);