Skip to content

Commit

Permalink
include <utility> for std::cmp_less_equal (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Sep 7, 2024
1 parent a9c09d4 commit 980cdea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fixed_lib/include/fixedmath/core_ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once
#include <cmath>
#include <utility>
#include "types.h"
#include "limits.h"
#include "numbers.h"
Expand Down

0 comments on commit 980cdea

Please sign in to comment.