Skip to content

Commit

Permalink
Merge pull request #905 from fraggerfox/fix-netbsd-header
Browse files Browse the repository at this point in the history
fix: include missed out utility header in NetBSD.
  • Loading branch information
aristocratos authored Aug 5, 2024
2 parents 0f833e7 + d8b0519 commit 00c9088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netbsd/btop_collect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ tab-size = 4
#include <regex>
#include <string>
#include <memory>
#include <utility>

#include "../btop_config.hpp"
#include "../btop_shared.hpp"
Expand Down

0 comments on commit 00c9088

Please sign in to comment.