mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-13 13:32:53 +08:00
dsldial.cpp: Include math.h for sqrt()
This commit is contained in:
parent
3100bc8dc3
commit
b4267247bf
@ -1,6 +1,7 @@
|
||||
#include "dsldial.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
|
||||
namespace pv {
|
||||
namespace view {
|
||||
|
Loading…
x
Reference in New Issue
Block a user