diff --git a/examples/chat_client/SConscript b/examples/chat_client/SConscript index c987382aa6..4b3b8c44ff 100644 --- a/examples/chat_client/SConscript +++ b/examples/chat_client/SConscript @@ -8,7 +8,7 @@ Import('platform_libs') localenv = env.Clone () -sources = ["chat_client","chat_client_handler.cpp"] +sources = ["chat_client.cpp","chat_client_handler.cpp"] LIBS = [wslib, platform_libs] + boostlibs(['system', 'date_time',