Skip to content

Commit 5e53d92

Browse files
Update data_structures/treap.cpp
1 parent 572bb35 commit 5e53d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/treap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include <array> /// For array
2121
#include <cassert> /// For assert
22-
#include <cstdint> /// for integral typedefs
22+
#include <cstdint>
2323
#include <iostream> /// For IO operations
2424

2525
/**

0 commit comments

Comments
 (0)