Fix compiling with clang

This commit is contained in:
Sfan5 2014-03-29 08:09:37 +01:00
parent abf6b5f7cd
commit 10970290c2
1 changed files with 1 additions and 0 deletions

View File

@ -94,4 +94,5 @@ target_link_libraries(
${LEVELDB_LIBRARY}
${LIBGD_LIBRARY}
${ZLIB_LIBRARY}
stdc++ # clang seems to need this
)