Skip to content

Commit 8dbc697

Browse files
committed
Fix missing include
Signed-off-by: Ian <[email protected]>
1 parent e5a439e commit 8dbc697

File tree

1 file changed

+2
-0
lines changed
  • include/ccmath/internal/math/generic/func/basic

1 file changed

+2
-0
lines changed

include/ccmath/internal/math/generic/func/basic/abs_gen.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#pragma once
1212

13+
// ReSharper disable once CppUnusedIncludeDirective
14+
#include "ccmath/internal/predef/unlikely.hpp"
1315
#include "ccmath/internal/support/fp/fp_bits.hpp"
1416

1517
#include <limits>

0 commit comments

Comments
 (0)