mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
includes/std: Added missing include
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user