fixed googlemap

This commit is contained in:
TinyAtoms
2020-02-07 15:57:40 -03:00
parent d57c09bcd8
commit f0f1aef39d
9 changed files with 23 additions and 23 deletions

View File

@@ -96,13 +96,13 @@
#ifndef _DENSE_HASH_MAP_H_
#define _DENSE_HASH_MAP_H_
#include <sparsehash/internal/sparseconfig.h>
#include "./internal/sparseconfig.h"
#include <algorithm> // needed by stl_alloc
#include <functional> // for equal_to<>, select1st<>, etc
#include <memory> // for alloc
#include <utility> // for pair<>
#include <sparsehash/internal/densehashtable.h> // IWYU pragma: export
#include <sparsehash/internal/libc_allocator_with_realloc.h>
#include "./internal/densehashtable.h" // IWYU pragma: export
#include "./internal/libc_allocator_with_realloc.h"
#include HASH_FUN_H // for hash<>
_START_GOOGLE_NAMESPACE_