Skip to content

Commit 25dffe3

Browse files
committed
fixes for building with GCC 6 under Linux
1 parent 925dc6b commit 25dffe3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ConnectionGeometry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "ConnectionGeometry.hpp"
2+
#include <cmath>
23

34
ConnectionGeometry::
45
ConnectionGeometry()

src/NodeGeometry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "NodeGeometry.hpp"
22

33
#include <iostream>
4+
#include <cmath>
45

56
#include "PortType.hpp"
67
#include "NodeState.hpp"

src/NodePainter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "NodePainter.hpp"
22

33
#include <QtCore/QMargins>
4+
#include <cmath>
45

56
#include "NodeGraphicsObject.hpp"
67
#include "NodeGeometry.hpp"

0 commit comments

Comments
 (0)