[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Sun Jan 4 21:42:17 PST 2015
vcl/inc/osx/saldata.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit cfcbe2e44e33f4a60e70006ff5e1cbb9aa2adceb
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Jan 5 07:40:37 2015 +0200
Need <boost/functional/hash.hpp> for boost::hash
Change-Id: I64915b6a1dde7c0c518334b8d90bce70844d0fbe
diff --git a/vcl/inc/osx/saldata.hxx b/vcl/inc/osx/saldata.hxx
index 4ac39dd..babb1b4 100644
--- a/vcl/inc/osx/saldata.hxx
+++ b/vcl/inc/osx/saldata.hxx
@@ -33,6 +33,8 @@
#include "svdata.hxx"
#include "salwtype.hxx"
+#include <boost/functional/hash.hpp>
+
#include <list>
#include <map>
#include <unordered_set>
More information about the Libreoffice-commits
mailing list