aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBMigrations.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Local/FSTLevelDBMigrations.h')
-rw-r--r--Firestore/Source/Local/FSTLevelDBMigrations.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Firestore/Source/Local/FSTLevelDBMigrations.h b/Firestore/Source/Local/FSTLevelDBMigrations.h
index 46c7c93..24fb5c8 100644
--- a/Firestore/Source/Local/FSTLevelDBMigrations.h
+++ b/Firestore/Source/Local/FSTLevelDBMigrations.h
@@ -15,14 +15,10 @@
*/
#import <Foundation/Foundation.h>
-#include <memory>
-#ifdef __cplusplus
+#include <memory>
-namespace leveldb {
-class DB;
-}
-#endif
+#include "leveldb/db.h"
NS_ASSUME_NONNULL_BEGIN