Skip to content

Commit

Permalink
Merge pull request #3 from Blutkoete/master
Browse files Browse the repository at this point in the history
Make eCAL compile on current Arch Linux.
  • Loading branch information
rex-schilasky authored Jun 7, 2019
2 parents 86b4db5 + 80221b7 commit 5cfcb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/mon/eCALMon/src/Widgets/Models/ProcessTreeItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <QColor>
#include <QFont>

#include <math.h>
#include <cfloat>

#include "ItemDataRoles.h"
Expand Down
1 change: 1 addition & 0 deletions samples/cpp/services/math_server/src/math_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <iostream>
#include <chrono>
#include <thread>
#include <math.h>
#include <cfloat>

#include "math.pb.h"
Expand Down

0 comments on commit 5cfcb97

Please sign in to comment.