Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
add missing stdexcept header
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Sep 18, 2019
1 parent 82b33b2 commit 572057d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/libbf/src/hash.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <bf/hash.hpp>

#include <stdexcept>
#include <cassert>

namespace bf {
Expand Down

0 comments on commit 572057d

Please sign in to comment.