diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-07 02:35:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-07 02:35:51 +0300 |
commit | cbb805a1922e3423fdaae88242835fb717a903bf (patch) | |
tree | 7029a625489e2050c1f7f8ee2a70275299ba2483 | |
parent | 0f85899c0aad7d6dbc15490189e97a68b4653d1c (diff) | |
download | plus-cbb805a1922e3423fdaae88242835fb717a903bf.tar.gz plus-cbb805a1922e3423fdaae88242835fb717a903bf.tar.bz2 plus-cbb805a1922e3423fdaae88242835fb717a903bf.tar.xz plus-cbb805a1922e3423fdaae88242835fb717a903bf.zip |
Fix compilation for windows.
-rw-r--r-- | src/utils/paths.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> #ifdef WIN32 +#include "utils/specialfolder.h" #define realpath(N, R) _fullpath((R), (N), _MAX_PATH) #elif defined __OpenBSD__ #include <limits.h> |