summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorThomi Richards <thomir@gmail.com>2011-12-13 16:06:25 +1300
committerThomi Richards <thomir@gmail.com>2011-12-13 16:06:25 +1300
commit15fd78c2dc048ac26bf920a0ffb785f207fccb9f (patch)
tree87b3bbaa29aaaa2f690b3c8489f25f279818c680 /plugins
parentbf83e849f9f7ec13ab8af0a2a585694b7ba51f52 (diff)
Fixed linking issues
(bzr r1733.6.32)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/DebugDBusInterface.cpp1
-rw-r--r--plugins/unityshell/src/XPathQueryPart.cpp3
2 files changed, 3 insertions, 1 deletions
diff --git a/plugins/unityshell/src/DebugDBusInterface.cpp b/plugins/unityshell/src/DebugDBusInterface.cpp
index 99461acc0..c3eabdf73 100644
--- a/plugins/unityshell/src/DebugDBusInterface.cpp
+++ b/plugins/unityshell/src/DebugDBusInterface.cpp
@@ -22,6 +22,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
+#include <boost/bind.hpp>
#include <core/core.h>
#include <NuxCore/Logger.h>
diff --git a/plugins/unityshell/src/XPathQueryPart.cpp b/plugins/unityshell/src/XPathQueryPart.cpp
index f455894cc..efa215669 100644
--- a/plugins/unityshell/src/XPathQueryPart.cpp
+++ b/plugins/unityshell/src/XPathQueryPart.cpp
@@ -21,8 +21,9 @@
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
+#include <boost/bind.hpp>
#include <NuxCore/Logger.h>
-
+#include "XPathQueryPart.h"
#include "Introspectable.h"
namespace unity