Fix Windows build by adding snapshot_impl to CMakeLists

Test Plan: untested

Reviewers: sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D44049
This commit is contained in:
agiardullo 2015-08-11 13:44:47 -07:00
parent e61fafbe7a
commit 6b2d57039a

View File

@ -102,6 +102,7 @@ set(SOURCES
db/merge_operator.cc
db/repair.cc
db/slice.cc
db/snapshot_impl.cc
db/table_cache.cc
db/table_properties_collector.cc
db/transaction_log_impl.cc