Merge pull request #3 from linux-admin0001/main

Fixed compilation error in linux.
This commit is contained in:
MihailRis 2021-08-20 17:20:38 +03:00 committed by GitHub
commit 3a780eef32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
#include <map>
#include <unordered_map>
#include <string>
#define REGION_SIZE_BIT 5
#define REGION_SIZE (1 << (REGION_SIZE_BIT))
#define REGION_VOL ((REGION_SIZE) * (REGION_SIZE))