Skip to content

Commit a71fa6d

Browse files
fix: compilation error in catalan numbers
1 parent 382e9b2 commit a71fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/catalan_numbers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <cassert> /// for assert
1313
#include <cstdint> /// for std::uint64_t
1414
#include <cstdlib> /// for std::size_t
15-
#include <functional> /// for std::plus
15+
#include <functional> /// for std::plus & std::multiplies
1616
#include <numeric> /// for std::transform_reduce
1717
#include <vector> /// for std::vector
1818

0 commit comments

Comments
 (0)