dsldial.cpp: Include math.h for sqrt()

This commit is contained in:
Angus Gratton 2016-05-20 15:11:07 +10:00
parent 3100bc8dc3
commit b4267247bf

View File

@ -1,6 +1,7 @@
#include "dsldial.h"
#include <assert.h>
#include <cassert>
#include <cmath>
namespace pv {
namespace view {