Skip to content

Commit d36cde1

Browse files
committed
[MISC] Update README.md
1 parent f5e0c78 commit d36cde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ A quick overview on how to use the HIBF lib:
6868
// SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
6969
// SPDX-License-Identifier: CC0-1.0
7070

71-
#include <cinttypes> // for uint64_t, int64_t
7271
#include <cstddef> // for size_t
72+
#include <cstdint> // for uint64_t
7373
#include <functional> // for function
74-
#include <iostream> // for operator<<, basic_ostream, cout
74+
#include <iostream> // for basic_ostream, operator<<, cout
7575
#include <ranges> // for __fn, iota, views
7676
#include <vector> // for vector
7777

0 commit comments

Comments
 (0)