From 572057df0f49fd21b5052ff58b4ed2ef212ca803 Mon Sep 17 00:00:00 2001 From: microcai Date: Wed, 18 Sep 2019 11:30:47 +0800 Subject: [PATCH] add missing stdexcept header --- third_party/libbf/src/hash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/libbf/src/hash.cpp b/third_party/libbf/src/hash.cpp index 00f1e0374..50174746c 100644 --- a/third_party/libbf/src/hash.cpp +++ b/third_party/libbf/src/hash.cpp @@ -1,5 +1,6 @@ #include +#include #include namespace bf {