Fixed compilation error in linux.

This commit is contained in:
LINUX_ADMIN
2021-08-20 16:59:27 +03:00
committed by GitHub
parent bb07d8e5ed
commit afa5de1a51
+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))