Skip to content

Commit 3546724

Browse files
committed
added missing cmath include
1 parent 053b45e commit 3546724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/result_serializer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "result_serializer.hpp"
2+
#include <cmath>
23

34

45
// ReSharper disable once CppPassValueParameterByConstReference

0 commit comments

Comments
 (0)