diff --git a/sorting/count_inversions.cpp b/sorting/count_inversions.cpp index a1a0e576b..e631bc777 100644 --- a/sorting/count_inversions.cpp +++ b/sorting/count_inversions.cpp @@ -40,10 +40,10 @@ * * @author [Rakshit Raj](https://github.com/rakshitraj) */ -#include -#include -#include -#include +#include // for tests +#include // for typedef datatype uint64_t +#include // for IO +#include // for std::vector<> /** * @namespace sorting