From 10970290c2a74695d3a3883f3a75784539aaeca2 Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 29 Mar 2014 08:09:37 +0100 Subject: [PATCH] Fix compiling with clang --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 )