From 83e27a6653948f695c6493b9797fb8ae66f637bc Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 9 Dec 2013 16:03:45 +0000 Subject: [PATCH] fixed: problem with building added #include to App (for std::move) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@943 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/app.cpp b/core/app.cpp index 92e9b02..23c3e51 100755 --- a/core/app.cpp +++ b/core/app.cpp @@ -17,7 +17,7 @@ #include #include #include - +#include #include "app.h" #include "plugin.h" #include "misc.h"