From a779134a6c4af7dbef59b38a338a98a765ac52fa Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 28 Jul 2014 23:32:20 +0200 Subject: [PATCH] Fix includes Signed-off-by: Sven Strickroth --- src/TortoiseProc/Commands/RTFMCommand.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/TortoiseProc/Commands/RTFMCommand.h b/src/TortoiseProc/Commands/RTFMCommand.h index ee96a3c05..ca7da7414 100644 --- a/src/TortoiseProc/Commands/RTFMCommand.h +++ b/src/TortoiseProc/Commands/RTFMCommand.h @@ -1,5 +1,6 @@ // TortoiseGit - a Windows shell extension for easy version control +// Copyright (C) 2014 - TortoiseGit // Copyright (C) 2007 - TortoiseSVN // This program is free software; you can redistribute it and/or @@ -18,7 +19,7 @@ // #pragma once #include "Command.h" - +#include #include "MessageBox.h" /** @@ -43,5 +44,3 @@ public: return true; } }; - - -- 2.11.4.GIT