Skip to content

Commit

Permalink
Add missing include to unordered_fast_key_table_internal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Schwerin committed Dec 11, 2012
1 parent 070bb2c commit a89f81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mongo/util/unordered_fast_key_table_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* limitations under the License.
*/

#include "mongo/util/assert_util.h"

namespace mongo {
template< typename K_L, typename K_S, typename V, typename H, typename E, typename C, typename C_LS >
inline UnorderedFastKeyTable<K_L, K_S, V, H, E, C, C_LS>::Area::Area(unsigned capacity,
Expand Down

0 comments on commit a89f81e

Please sign in to comment.