Skip to content

Commit

Permalink
cleanup: Add missing #include to sort_test.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 11, 2025
1 parent d10c966 commit e9bf524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toxcore/sort_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <gtest/gtest.h>

#include <algorithm> // generate, sort
#include <limits>
#include <random>

Expand Down

0 comments on commit e9bf524

Please sign in to comment.