diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d7174d..be28ccd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,4 +94,5 @@ target_link_libraries( ${LEVELDB_LIBRARY} ${LIBGD_LIBRARY} ${ZLIB_LIBRARY} + stdc++ # clang seems to need this )