changeset 2742:59f3a0fdcd07 draft

Fix Mingw64 build (missing headers according to M$ documentation)
author Matt Corallo <matt@bluematt.me>
date Sat, 09 Jun 2012 17:14:41 +0200
parents f51444eafc8f
children 5841beafdefd
files src/qt/guiutil.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -36,6 +36,8 @@
 #define NOMINMAX
 #endif
 #include "shlwapi.h"
+#include "shlobj.h"
+#include "shellapi.h"
 #endif
 
 namespace GUIUtil {