From cbb805a1922e3423fdaae88242835fb717a903bf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jun 2012 02:35:51 +0300 Subject: Fix compilation for windows. --- src/utils/paths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp index c9ade0e68..4abbfef04 100644 --- a/src/utils/paths.cpp +++ b/src/utils/paths.cpp @@ -37,6 +37,7 @@ #include #ifdef WIN32 +#include "utils/specialfolder.h" #define realpath(N, R) _fullpath((R), (N), _MAX_PATH) #elif defined __OpenBSD__ #include -- cgit v1.2.3-60-g2f50