Skip to content

Commit 9700e26

Browse files
authored
Add the missing include for ABSL_HAVE_EXCEPTIONS (#6447)
1 parent 9bb809c commit 9700e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firestore/core/src/util/exception.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include "Firestore/core/src/util/string_format.h"
3939
#include "absl/base/attributes.h"
40+
#include "absl/base/config.h"
4041

4142
namespace firebase {
4243
namespace firestore {

0 commit comments

Comments
 (0)