From c7fb1a1844644536340591d4d0e16180527f1627 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 11 Oct 2012 03:21:08 +0200 Subject: link against shlwapi.dll on Windows for PathIsRelative() --- src/layer_text.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/layer_text.cpp') diff --git a/src/layer_text.cpp b/src/layer_text.cpp index bbfff93..fb685ca 100644 --- a/src/layer_text.cpp +++ b/src/layer_text.cpp @@ -8,6 +8,7 @@ #ifdef __WIN32__ #include +#include #endif #include -- cgit v1.2.3