From b654dbfa5f3e4a4d02f72023f7c5895635aa6396 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:12:17 +0200 Subject: 3.18 --- shared/shadow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/shadow.h') diff --git a/shared/shadow.h b/shared/shadow.h index b122e59d..05748fd7 100644 --- a/shared/shadow.h +++ b/shared/shadow.h @@ -14,7 +14,7 @@ use in windows build only! #include "zstring.h" #include "file_error.h" #include -#include +#include namespace shadow @@ -41,7 +41,7 @@ private: WaitingForShadow* callback_; class ShadowVolume; - typedef std::map, LessFilename> VolNameShadowMap; + typedef std::map, LessFilename> VolNameShadowMap; VolNameShadowMap shadowVol; }; } -- cgit