Skip to content

Commit c8f321b

Browse files
committed
incorporate changes
1 parent 88e70ca commit c8f321b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamic_programming/trapped_rainwater2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#include <algorithm> /// For std::min and std::max
1515
#include <cassert> /// For assert
1616
#include <cstddef> /// For std::size_t
17-
#include <cstdint>
18-
#include <vector> /// For std::vector
17+
#include <cstdint> /// For std::uint32_t
18+
#include <vector> /// For std::vector
1919

2020
/*
2121
* @namespace

0 commit comments

Comments
 (0)