From 000645b1ecced3a77a4e2f4858c03e2fbb8bc95b Mon Sep 17 00:00:00 2001 From: ronag Date: Fri, 2 Sep 2011 14:29:01 +0000 Subject: [PATCH] git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1324 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- shell/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell/main.cpp b/shell/main.cpp index 7abdb28f1..7fac0539d 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -17,15 +17,16 @@ * along with CasparCG. If not, see . * */ -#include "resource.h" - -#include "server.h" // tbbmalloc_proxy: // Replace the standard memory allocation routines in Microsoft* C/C++ RTL // (malloc/free, global new/delete, etc.) with the TBB memory allocator. #include +#include "resource.h" + +#include "server.h" + #ifdef _DEBUG #define _CRTDBG_MAP_ALLOC #include -- 2.39.2