Skip to content

Commit 328c9ee

Browse files
committed
Include cmath for std::abs and std::sqrt
1 parent c599819 commit 328c9ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xbrz/xbrz.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "xbrz.h"
1717
#include <cassert>
1818
#include <algorithm>
19+
#include <cmath>
1920

2021
namespace
2122
{

0 commit comments

Comments
 (0)