summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-04-04 13:24:01 (GMT)
committerTobias Markmann <tm@ayena.de>2016-04-04 13:24:39 (GMT)
commit4f3821a090931499b9c68b3b3ad785a98ea9d742 (patch)
treed73db72ce5dc3c547ceb56fa9522ce8f6f3e1336 /Swiften/LinkLocal
parent741c45b74d5f634622eb5f757c49323274fb8937 (diff)
downloadswift-4f3821a090931499b9c68b3b3ad785a98ea9d742.zip
swift-4f3821a090931499b9c68b3b3ad785a98ea9d742.tar.bz2
Apply automated clang-tidy fixes and add missing includes
Test-Information: Builds on OS X 10.11.4 and unit tests pass. Change-Id: I8775e8d1e3addbc88b220c1cc618637f706daca2
Diffstat (limited to 'Swiften/LinkLocal')
-rw-r--r--Swiften/LinkLocal/DNSSD/Bonjour/BonjourResolveServiceQuery.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/LinkLocal/DNSSD/Bonjour/BonjourResolveServiceQuery.h b/Swiften/LinkLocal/DNSSD/Bonjour/BonjourResolveServiceQuery.h
index 86b6015..7a5555e 100644
--- a/Swiften/LinkLocal/DNSSD/Bonjour/BonjourResolveServiceQuery.h
+++ b/Swiften/LinkLocal/DNSSD/Bonjour/BonjourResolveServiceQuery.h
@@ -6,6 +6,8 @@
#pragma once
+#include <boost/numeric/conversion/cast.hpp>
+
#include <Swiften/Base/ByteArray.h>
#include <Swiften/EventLoop/EventLoop.h>
#include <Swiften/LinkLocal/DNSSD/Bonjour/BonjourQuery.h>