From 5481249d0f6025251e811f2e35daa79ee7c258aa Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 27 Aug 2017 22:37:39 +0100 Subject: Implement basic form of trading * Fixes #3450 * Addresses #1109 --- src/UI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/UI/CMakeLists.txt') diff --git a/src/UI/CMakeLists.txt b/src/UI/CMakeLists.txt index d71e08ade..8d7848756 100644 --- a/src/UI/CMakeLists.txt +++ b/src/UI/CMakeLists.txt @@ -32,6 +32,7 @@ SET (HDRS HopperWindow.h InventoryWindow.h MinecartWithChestWindow.h + VillagerTradeWindow.h WindowOwner.h) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") -- cgit v1.2.3