1
Fork 0

Fixed headers.

This commit is contained in:
Davi de Castro Reis 2011-12-05 16:03:10 -02:00
parent beb77d0e2d
commit 91dc5d95d5
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef __CXXMPH_BM_COMMON_H__
#define __CXXMPH_BM_COMMON_H__
#include "stringpiece.h"
#include <string>
@ -58,3 +61,5 @@ class SearchUint64Benchmark : public Uint64Benchmark {
};
} // namespace cxxmph
#endif // __CXXMPH_BM_COMMON_H__

View File

@ -1,3 +1,5 @@
#ifndef __CXXMPH_MPH_MAP_H__
#define __CXXMPH_MPH_MAP_H__
// Implementation of the unordered associative mapping interface using a
// minimal perfect hash function.
//
@ -191,3 +193,5 @@ MPH_MAP_METHOD_DECL(data_type&, operator[])(const key_type& k) {
}
} // namespace cxxmph
#endif // __CXXMPH_MPH_MAP_H__