Fixed headers.
This commit is contained in:
parent
beb77d0e2d
commit
91dc5d95d5
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef __CXXMPH_BM_COMMON_H__
|
||||||
|
#define __CXXMPH_BM_COMMON_H__
|
||||||
|
|
||||||
#include "stringpiece.h"
|
#include "stringpiece.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -58,3 +61,5 @@ class SearchUint64Benchmark : public Uint64Benchmark {
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace cxxmph
|
} // namespace cxxmph
|
||||||
|
|
||||||
|
#endif // __CXXMPH_BM_COMMON_H__
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef __CXXMPH_MPH_MAP_H__
|
||||||
|
#define __CXXMPH_MPH_MAP_H__
|
||||||
// Implementation of the unordered associative mapping interface using a
|
// Implementation of the unordered associative mapping interface using a
|
||||||
// minimal perfect hash function.
|
// minimal perfect hash function.
|
||||||
//
|
//
|
||||||
|
@ -191,3 +193,5 @@ MPH_MAP_METHOD_DECL(data_type&, operator[])(const key_type& k) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace cxxmph
|
} // namespace cxxmph
|
||||||
|
|
||||||
|
#endif // __CXXMPH_MPH_MAP_H__
|
||||||
|
|
Loading…
Reference in New Issue