Skip to content

Commit c3c19f4

Browse files
Update combination.hxx
lupa include karena factorial dari header terpisah
1 parent ba73a33 commit c3c19f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discrete/include/combination.hxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <type_traits>
3+
#include <factorial.hxx>
34

45
template <typename T>
56
std::enable_if<std::is_arithmetic<T>::value,T>

0 commit comments

Comments
 (0)