summaryrefslogtreecommitdiff
path: root/comparison.h
diff options
context:
space:
mode:
Diffstat (limited to 'comparison.h')
-rw-r--r--comparison.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/comparison.h b/comparison.h
index 7ed54eeb..792f813c 100644
--- a/comparison.h
+++ b/comparison.h
@@ -1,7 +1,7 @@
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
+// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
//
#ifndef COMPARISON_H_INCLUDED
@@ -11,6 +11,7 @@
#include "library/process_xml.h"
#include "library/status_handler.h"
#include "structures.h"
+#include "shared/disable_standby.h"
namespace ffs3
bgstack15