Skip to content

Commit

Permalink
Include cmath to fix ambigious call to overloaded abs(double) for old…
Browse files Browse the repository at this point in the history
…er gcc compilers
  • Loading branch information
Kingsley Cheung committed Jun 3, 2022
1 parent ded6e47 commit 6a4ec08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fakeit/argument_matchers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
#pragma once

#include <cmath>
#include <cstring>

#include "mockutils/type_utils.hpp"
Expand Down

0 comments on commit 6a4ec08

Please sign in to comment.