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
+1 -1
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))