Skip to content

Commit 3eba329

Browse files
authored
Added missing header stdexcept in dense_hash_map.hpp
1 parent 6e1b9d4 commit 3eba329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/jg/dense_hash_map.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <functional>
1414
#include <iterator>
1515
#include <memory>
16+
#include <stdexcept>
1617
#include <tuple>
1718
#include <utility>
1819
#include <vector>

0 commit comments

Comments
 (0)