From e9bf524d9e18e69288a7d7980bc6f67d7976d4de Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 11 Jan 2025 09:41:29 +0000 Subject: [PATCH] cleanup: Add missing `#include` to sort_test.cc. --- toxcore/sort_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/toxcore/sort_test.cc b/toxcore/sort_test.cc index a227324f57..2a08e7edac 100644 --- a/toxcore/sort_test.cc +++ b/toxcore/sort_test.cc @@ -6,6 +6,7 @@ #include +#include // generate, sort #include #include