summaryrefslogtreecommitdiff
path: root/shared/shadow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/shadow.cpp')
-rw-r--r--shared/shadow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/shadow.cpp b/shared/shadow.cpp
index abdca1a9..02a6a522 100644
--- a/shared/shadow.cpp
+++ b/shared/shadow.cpp
@@ -1,7 +1,7 @@
#include "shadow.h"
#include <wx/msw/wrapwin.h> //includes "windows.h"
#include <wx/intl.h>
-#include "globalfunctions.h"
+#include "systemConstants.h"
using FreeFileSync::ShadowCopy;
bgstack15