Merge pull request #721 from imwints/debug

This commit is contained in:
Jakob P. Liljenberg 2024-02-11 16:11:32 +01:00 committed by GitHub
commit bf5618536b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,10 @@ tab-size = 4
#pragma once
#if !defined(NDEBUG)
# define BTOP_DEBUG
#endif
#include <algorithm> // for std::ranges::count_if
#include <array>
#include <atomic>