Skip to content

Commit

Permalink
added missing cmath include
Browse files Browse the repository at this point in the history
  • Loading branch information
gropaul committed Dec 19, 2024
1 parent 053b45e commit 3546724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/result_serializer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "result_serializer.hpp"
#include <cmath>


// ReSharper disable once CppPassValueParameterByConstReference
Expand Down

0 comments on commit 3546724

Please sign in to comment.