From 4c6f79ed22715ab4e5e980281b23fd264d2bb7ae Mon Sep 17 00:00:00 2001 From: Nimetu Date: Mon, 27 Mar 2017 17:35:20 +0300 Subject: [PATCH] Fixed: missing stdpch.h (fixes #303) --HG-- branch : develop --- code/ryzom/client/src/item_group_manager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/ryzom/client/src/item_group_manager.cpp b/code/ryzom/client/src/item_group_manager.cpp index 14ea4aceb..12486666a 100644 --- a/code/ryzom/client/src/item_group_manager.cpp +++ b/code/ryzom/client/src/item_group_manager.cpp @@ -13,6 +13,9 @@ // // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . + +#include "stdpch.h" + #include "item_group_manager.h" #include "interface_v3/inventory_manager.h" #include "nel/gui/widget_manager.h"