Skip to content

Commit 04c9f15

Browse files
Update data_structures/list_array.cpp
1 parent 465eb7b commit 04c9f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/list_array.cpp

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

1717
#include <array> /// for std::array
1818
#include <cassert> /// for assert
19-
#include <cstdint> /// for integral typedefs
19+
#include <cstdint>
2020
#include <iostream> /// for io operations
2121

2222
/**

0 commit comments

Comments
 (0)