File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ set(main_SRCS
192
192
src/main/field_value_main.h
193
193
src/main/firestore_main.cc
194
194
src/main/firestore_main.h
195
+ src/main/firestore_exceptions_main.h
195
196
src/main/listener_main.h
196
197
src/main/listener_registration_main.cc
197
198
src/main/listener_registration_main.h
Original file line number Diff line number Diff line change
1
+ #ifndef FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
2
+ #define FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
3
+
4
+ // Note: this header only exists to simplify the Unity build (the SWIG build has
5
+ // trouble directly including a header that comes from the iOS repo).
6
+ #include "Firestore/core/src/util/firestore_exceptions.h"
7
+
8
+ #endif // FIRESTORE_SRC_MAIN_FIRESTORE_EXCEPTIONS_MAIN_H_
You can’t perform that action at this time.
0 commit comments