From 5c266f12a5efef4310dd15d974c832f7d719e739 Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 15 Aug 2012 21:09:34 +0200 Subject: [PATCH] New dependency to libboost_chrono in boost 1.50 (libboost_thread depends on it). --- pokerth_server.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/pokerth_server.pro b/pokerth_server.pro index 09f09503..7a0453d3 100644 --- a/pokerth_server.pro +++ b/pokerth_server.pro @@ -137,6 +137,7 @@ win32 { LIBS += -lboost_program_options-mt LIBS += -lboost_iostreams-mt LIBS += -lboost_random-mt + LIBS += -lboost_chrono-mt LIBS += -lboost_system-mt LIBS += -liconv \