Skip to content
Snippets Groups Projects
Commit bb5135e2 authored by Karsten Rink's avatar Karsten Rink
Browse files

changed math include to cmath

parent c2080f54
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include "DiagramScene.h"
#include <limits>
#include <math.h>
#include <cmath>
// default size of a new window
const float DEFAULTX = 500.0;
......
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