Skip to content
Snippets Groups Projects
Commit bca3e110 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Eliminated std::abs ambiguity in 3d viewer

parent 6e17b42d
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@
#include <QMouseEvent>
#include <QSysInfo>
#include <math.h>
#include <qmath.h>
#include <cmath>
#include <cstdlib>
namespace
{
......
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