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

@@ -84,13 +84,13 @@
#ifndef _SPARSE_HASH_MAP_H_
#define _SPARSE_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/libc_allocator_with_realloc.h>
#include <sparsehash/internal/sparsehashtable.h> // IWYU pragma: export
#include "./internal/libc_allocator_with_realloc.h"
#include "./internal/sparsehashtable.h" // IWYU pragma: export
#include HASH_FUN_H // for hash<>
_START_GOOGLE_NAMESPACE_