includes/std: Added missing include

This commit is contained in:
WerWolv
2022-03-28 22:55:52 +02:00
committed by GitHub
parent f708d192fb
commit 4ec37dea37

View File

@@ -1,5 +1,7 @@
#pragma once
#include <std/limits.pat>
namespace std::bit {
fn popcount(u128 x) {
@@ -34,4 +36,4 @@ namespace std::bit {
return 1 << (i - 1);
};
}
}