forked from MassiveAtoms/hashmap-bench
fixed google maps
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
#ifndef _DENSEHASHTABLE_H_
|
||||
#define _DENSEHASHTABLE_H_
|
||||
|
||||
#include "./internal/sparseconfig.h"
|
||||
#include "./sparseconfig.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h> // for FILE, fwrite, fread
|
||||
#include <algorithm> // For swap(), eg
|
||||
@@ -97,9 +97,9 @@
|
||||
#include <limits> // for numeric_limits
|
||||
#include <memory> // For uninitialized_fill
|
||||
#include <utility> // for pair
|
||||
#include "./internal/hashtable-common.h"
|
||||
#include "./internal/libc_allocator_with_realloc.h"
|
||||
#include "./type_traits.h"
|
||||
#include "./hashtable-common.h"
|
||||
#include "./libc_allocator_with_realloc.h"
|
||||
#include "../type_traits.h"
|
||||
#include <stdexcept> // For length_error
|
||||
|
||||
_START_GOOGLE_NAMESPACE_
|
||||
|
Reference in New Issue
Block a user