From 6e31cecdbd1a90e6f1c56c8b7c04c2a74a7855d4 Mon Sep 17 00:00:00 2001 From: hoxnox Date: Sun, 27 Mar 2016 22:17:40 +0300 Subject: [PATCH] Buildfix: tcpconnection.cpp added to build sources --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9c8707..274e18c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -89,4 +89,5 @@ transactionrollbackokframe.h transactionselectframe.h transactionselectokframe.h watchable.cpp +tcpconnection.cpp )